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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??莎イ?? | 0011111100111111111001001011001110000011010000110011111100111111 | 3f3fe4b383433f3f |
EUC-JP | ??莎イ?? | 0011111100111111111010001011010110100101101001000011111100111111 | 3f3fe8b5a5a43f3f |
UTF-8 | 룴가莎イ룵짟 | 111010111010001110110100111010101011000010000000111010001000111010001110111000111000001010100100111010111010001110110101111011001010011110011111 | eba3b4eab080e88e8ee382a4eba3b5eca79f |
UHC | 룴가莎イ룵짟 | 100011111010100110110000101000011101111011101101101010111010010010001111101010101010010001000010 | 8fa9b0a1deedaba48faaa442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)