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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?蹉] | 00111111111001110100000101011101 | 3fe7415d |
EUC-JP | ?蹉] | 00111111111011011010001001011101 | 3feda25d |
UTF-8 | 롆蹉] | 11101011101000011000011011101000101110011000100101011101 | eba186e8b9895d |
UHC | 롆蹉] | 1000111011001100111100111011001001011101 | 8eccf3b25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)