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 | ?褐? | 00111111100010101000110000111111 | 3f8a8c3f |
EUC-JP | 塼褐? | 100011111011100010111001101100111110110000111111 | 8fb8b9b3ec3f |
UTF-8 | 塼褐섐 | 111001011010000110111100111010001010010010010000111011001000010010010000 | e5a1bce8a490ec8490 |
UHC | 塼褐섐 | 111011101111010011001010111010001011110010101011 | eef4cae8bcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)