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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鼎???閃 | 10010011010000110011111100111111001111111001000101001101 | 93433f3f3f914d |
EUC-JP | 鼎?禱?閃 | 110001011010010000111111100011111101000011110000001111111100000110101110 | c5a43f8fd0f03fc1ae |
UTF-8 | 鼎블禱뤈閃 | 111010011011110010001110111010111011100010010100111001111010011010110001111010111010010010001000111010011001011010000011 | e9bc8eebb894e7a6b1eba488e99683 |
UHC | 鼎블禱뤈閃 | 11110000101000111011101011101101110101001010101010001111101110001110000011101100 | f0a3baedd4aa8fb8e0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)