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 | 襞延榛 | 111001011111110010001001100001001001000001011001 | e5fc89849059 |
EUC-JP | 襞延榛 | 111010101111111010110001111001001011111110111010 | eafeb1e4bfba |
UTF-8 | 襞延榛 | 111010001010010110011110111001011011101110110110111001101010011010011011 | e8a59ee5bbb6e6a69b |
UHC | ?延榛 | 0011111111100110110001011111001011001110 | 3fe6c5f2ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)