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 | 煮社犂 | 100011101100111110001110110100001110000010110010 | 8ecf8ed0e0b2 |
EUC-JP | 煮社犂 | 101111001101000110111100110100101110000010110100 | bcd1bcd2e0b4 |
UTF-8 | 煮社犂 | 111001111000010110101110111001111010010010111110111001111000101010000010 | e785aee7a4bee78a82 |
UHC | 煮社? | 1110110110110100110111101110010000111111 | edb4dee43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)