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 | ???HhTB | 00111111001111110011111101001000011010000101010001000010 | 3f3f3f48685442 |
SJIS-WIN | 菽??HhTB | 1110010011000001001111110011111101001000011010000101010001000010 | e4c13f3f48685442 |
EUC-JP | 菽??HhTB | 1110100011000011001111110011111101001000011010000101010001000010 | e8c33f3f48685442 |
UTF-8 | 菽됦돶HhTB | 11101000100011111011110111101011100100001010011011101011100011111011011001001000011010000101010001000010 | e88fbdeb90a6eb8fb648685442 |
UHC | 菽됦돶HhTB | 11100010110111011000100111100100100010011011100101001000011010000101010001000010 | e2dd89e489b948685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)