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 | 漆蒔跿 | 100011101011110110001110101010101110011011110011 | 8ebd8eaae6f3 |
EUC-JP | 漆蒔跿 | 101111001011111110111100101011001110110011110101 | bcbfbcacecf5 |
UTF-8 | 漆蒔跿 | 111001101011110010000110111010001001001010010100111010001011011110111111 | e6bc86e89294e8b7bf |
UHC | 漆蒔? | 1111011011010100111000111100100000111111 | f6d4e3c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)