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 | 場謗カ | 1000111111101010111001101000111010110110 | 8feae68eb6 |
EUC-JP | 場謗カ | 101111101110110011101011111011101000111010110110 | beecebee8eb6 |
UTF-8 | 場謗カ | 111001011010000010110100111010001010110010010111111011111011110110110110 | e5a0b4e8ac97efbdb6 |
UHC | 場謗? | 1110110111011110110110111011111100111111 | eddedbbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)