To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 辜潔勧o | 11100111100000111000110010001001100010101010100101101111 | e7838c898aa96f |
EUC-JP | 辜潔勧o | 11101101111000111011011111101001101101001010101101101111 | ede3b7e9b4ab6f |
UTF-8 | 辜潔勧o | 11101000101111101001110011100110101111011001010011100101100010111010011101101111 | e8be9ce6bd94e58ba76f |
UHC | 辜潔?o | 110011011101000011001100101111100011111101101111 | cdd0ccbe3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)