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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?暖p盒 | 00111111100100100110011110000010100100001110000110110100 | 3f92678290e1b4 |
EUC-JP | ?暖p盒 | 00111111110000111100100010100011111100001110001010110110 | 3fc3c8a3f0e2b6 |
UTF-8 | 뤒暖p盒 | 111010111010010010010010111001101001101010010110111011111011110110010000111001111001101110010010 | eba492e69a96efbd90e79b92 |
UHC | 뤒暖p盒 | 1000111111000010110100011110110010100011111100001111100111101100 | 8fc2d1eca3f0f9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)