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 | 探捉] | 1001001001010100100100011010100001011101 | 925491a85d |
EUC-JP | 探捉] | 1100001110110101110000101010101001011101 | c3b5c2aa5d |
UTF-8 | 探捉] | 11100110100011101010001011100110100011011000100101011101 | e68ea2e68d895d |
UHC | 探捉] | 1111011110101110111100111011010101011101 | f7aef3b55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)