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 | 場褌カ | 1000111111101010111001011110110010110110 | 8feae5ecb6 |
EUC-JP | 場褌カ | 101111101110110011101010111011101000111010110110 | beeceaee8eb6 |
UTF-8 | 場褌カ | 111001011010000010110100111010001010010010001100111011111011110110110110 | e5a0b4e8a48cefbdb6 |
UHC | 場?? | 11101101110111100011111100111111 | edde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)