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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 聽場昆F | 11100011111000111000111111101010100011011010100101000110 | e3e38fea8da946 |
EUC-JP | 聽場昆F | 11100110111001011011111011101100101110101010101101000110 | e6e5beecbaab46 |
UTF-8 | 聽場昆F | 11101000100000011011110111100101101000001011010011100110100110001000011001000110 | e881bde5a0b4e6988646 |
UHC | 聽場昆F | 11110100111010011110110111011110110011011110000001000110 | f4e9eddecde046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)