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 | ûL°ûH | 111110110100110010001110101100001111101101001000 | fb4c8eb0fb48 |
SJIS-WIN | ?L?°?H | 00111111010011000011111110000001100010110011111101001000 | 3f4c3f818b3f48 |
EUC-JP | ûL?°ûH | 1000111110101011111001010100110000111111101000011110101110001111101010111110010101001000 | 8fabe54c3fa1eb8fabe548 |
UTF-8 | ûL°ûH | 11000011101110110100110011000010100011101100001010110000110000111011101101001000 | c3bb4cc28ec2b0c3bb48 |
UHC | ?L?°?H | 00111111010011000011111110100001110001100011111101001000 | 3f4c3fa1c63f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)