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 | 映??嶸 | 100010010110011000111111001111111111101010110100 | 89663f3ffab4 |
EUC-JP | 映??嶸 | 10110001110001110011111100111111100011111011101111110100 | b1c73f3f8fbbf4 |
UTF-8 | 映뽫뜽嶸 | 111001101001100010100000111010111011110110101011111010111001110010111101111001011011011010111000 | e698a0ebbdabeb9cbde5b6b8 |
UHC | 映뽫뜽嶸 | 1110011110110001100101101110011110001101101110001110011110101110 | e7b196e78db8e7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)