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 | ?T? | 001111110101010000111111 | 3f543f |
SJIS-WIN | 弔T弔 | 1001001010100010010101001001001010100010 | 92a25492a2 |
EUC-JP | 弔T弔 | 1100010010100100010101001100010010100100 | c4a454c4a4 |
UTF-8 | 弔T弔 | 11100101101111001001010001010100111001011011110010010100 | e5bc9454e5bc94 |
UHC | 弔T弔 | 1111000011000000010101001111000011000000 | f0c054f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)