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 | 蠇樶勧 | 111110111010000110011110111011101000101010101001 | fba19eee8aa9 |
EUC-JP | ?樶勧 | 0011111111011100111100001011010010101011 | 3fdcf0b4ab |
UTF-8 | 蠇樶勧 | 111010001010000010000111111001101010100010110110111001011000101110100111 | e8a087e6a8b6e58ba7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)