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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 誧帶諞 | 111110111010011010011011111001101110011010000110 | fba69be6e686 |
EUC-JP | 誧帶諞 | 10001111110111011111101011010110111010001110101111100110 | 8fddfad6e8ebe6 |
UTF-8 | 誧帶諞 | 111010001010101010100111111001011011100010110110111010001010101110011110 | e8aaa7e5b8b6e8ab9e |
UHC | ?帶? | 00111111110100111110000100111111 | 3fd3e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)