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 | 膀?h工 | 11100100010011100011111110000010100010001000110101001000 | e44e3f82888d48 |
EUC-JP | 膀?h工 | 11100111101011110011111110100011111010001011100110101001 | e7af3fa3e8b9a9 |
UTF-8 | 膀쨈h工 | 111010001000011010000000111011001010100010001000111011111011110110001000111001011011011110100101 | e88680eca888efbd88e5b7a5 |
UHC | 膀쨈h工 | 1101101110111001110000101011010010100011111010001100110111101111 | dbb9c2b4a3e8cdef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)