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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驕帝≠繝サ隍 | 1110100110000001100100101110100110000001100000101110001110000011101110111110100010100100 | e98192e98182e383bbe8a4 |
EUC-JP | 驕帝≠繝サ隍 | 111100011110000111000100111010111010000111100010111001011110001110001110101110111111000010100110 | f1e1c4eba1e2e5e38ebbf0a6 |
UTF-8 | 驕帝≠繝サ隍 | 111010011010100110010101111001011011100010011101111000101000100110100000111001111011100110011101111011111011110110111011111010011001101010001101 | e9a995e5b89de289a0e7b99defbdbbe99a8d |
UHC | 驕帝≠??隍 | 11001110111101101111000010101000101000011100000100111111001111111111110011011011 | cef6f0a8a1c13f3ffcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)