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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?暖r?B | 00111111100100100110011110000010100100100011111101000010 | 3f926782923f42 |
EUC-JP | ?暖r?B | 00111111110000111100100010100011111100100011111101000010 | 3fc3c8a3f23f42 |
UTF-8 | 뤒暖r嬅B | 11101011101001001001001011100110100110101001011011101111101111011001001011100101101011001000010101000010 | eba492e69a96efbd92e5ac8542 |
UHC | 뤒暖r嬅B | 100011111100001011010001111011001010001111110010111110111111101101000010 | 8fc2d1eca3f2fbfb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)