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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜈??撓? | 11100101100001010011111100111111100111011001101000111111 | e5853f3f9d9a3f |
EUC-JP | 蜈??撓? | 11101001111001010011111100111111110110011111101000111111 | e9e53f3fd9fa3f |
UTF-8 | 蜈랃쉐撓껅 | 111010001001110010001000111010111001111010000011111011001000100110010000111001101001001010010011111010101011101110000101 | e89c88eb9e83ec8990e69293eabb85 |
UHC | 蜈랃쉐撓껅 | 11101000101001011000110111101111101111011010011011101000111101011000001111100110 | e8a58defbda6e8f583e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)