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 | 疾漆シ | 1000111010111110100011101011110110111100 | 8ebe8ebdbc |
EUC-JP | 疾漆シ | 101111001100000010111100101111111000111010111100 | bcc0bcbf8ebc |
UTF-8 | 疾漆シ | 111001111001011010111110111001101011110010000110111011111011110110111100 | e796bee6bc86efbdbc |
UHC | 疾漆? | 1111001011110000111101101101010000111111 | f2f0f6d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)