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 | トケ | 110001001111010010110100111101111010010010111001 | c4f4b4f7a4b9 |
EUC-JP | ト??ケ | 100011101100010000111111001111111000111010111001 | 8ec43f3f8eb9 |
UTF-8 | トケ | 111011111011111010000100111011101000110110100011111011101001011010000111111011111011110110111001 | efbe84ee8da3ee9687efbdb9 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)