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 | 鉐ケ遞 | 1110011111101111101110011110011110101000 | e7efb9e7a8 |
EUC-JP | 鉐ケ遞 | 111011101111000110001110101110011110111010101010 | eef18eb9eeaa |
UTF-8 | 鉐ケ遞 | 111010011000100110010000111011111011110110111001111010011000000110011110 | e98990efbdb9e9819e |
UHC | ??遞 | 00111111001111111111010011110110 | 3f3ff4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)