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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 淨????B | 10011111110001000011111100111111001111110011111101000010 | 9fc43f3f3f3f42 |
EUC-JP | 淨?勖?汶B | 1101111011000110001111111000111110110011111011010011111110001111110001101110010101000010 | dec63f8fb3ed3f8fc6e542 |
UTF-8 | 淨렠勖쾌汶B | 11100110101101111010100011101011101000001010000011100101100010111001011011101100101111101000110011100110101100011011011001000010 | e6b7a8eba0a0e58b96ecbe8ce6b1b642 |
UHC | 淨렠勖쾌汶B | 1110111111100100100011101011000111101001111011011100010011101000110110101010000101000010 | efe48eb1e9edc4e8daa142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)