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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 裝?x | 11100101111001000011111101111000 | e5e43f78 |
EUC-JP | 裝?x | 11101010111001100011111101111000 | eae63f78 |
UTF-8 | 裝렒x | 11101000101000111001110111101011101000001001001001111000 | e8a39deba09278 |
UHC | 裝렒x | 1110110111111011100011101010011101111000 | edfb8ea778 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)