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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襞延榛襞 | 1110010111111100100010011000010010010000010110011110010111111100 | e5fc89849059e5fc |
EUC-JP | 襞延榛襞 | 1110101011111110101100011110010010111111101110101110101011111110 | eafeb1e4bfbaeafe |
UTF-8 | 襞延榛襞 | 111010001010010110011110111001011011101110110110111001101010011010011011111010001010010110011110 | e8a59ee5bbb6e6a69be8a59e |
UHC | ?延榛? | 001111111110011011000101111100101100111000111111 | 3fe6c5f2ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)