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 | ?th | 001111110111010001101000 | 3f7468 |
SJIS-WIN | 但th | 10010010010000010111010001101000 | 92417468 |
EUC-JP | 但th | 11000011101000100111010001101000 | c3a27468 |
UTF-8 | 但th | 1110010010111101100001100111010001101000 | e4bd867468 |
UHC | 但th | 11010011101000110111010001101000 | d3a37468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)