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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 邂溯ざ辯ヲE | 11100111101011101001111111101000100000101011010011100111100001111010011001000101 | e7ae9fe882b4e787a645 |
EUC-JP | 邂溯ざ辯ヲE | 1110111010110000110111101110101010100100101101101110110111100111100011101010011001000101 | eeb0deeaa4b6ede78ea645 |
UTF-8 | 邂溯ざ辯ヲE | 11101001100000101000001011100110101110101010111111100011100000011001011011101000101111101010111111101111101111011010011001000101 | e98282e6baafe38196e8beafefbda645 |
UHC | 邂溯ざ辯?E | 11111010101100111110000110111101101010101011011011011100101010100011111101000101 | fab3e1bdaab6dcaa3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)