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 | 影??馭?? | 1000100101100101001111110011111111101001011001100011111100111111 | 89653f3fe9663f3f |
EUC-JP | 影??馭?? | 1011000111000110001111110011111111110001110001110011111100111111 | b1c63f3ff1c73f3f |
UTF-8 | 影뗣꺂馭믥탮 | 111001011011110110110001111010111001011110100011111010101011101010000010111010011010011010101101111010111010111110100101111011011000001110101110 | e5bdb1eb97a3eaba82e9a6adebafa5ed83ae |
UHC | 影뗣꺂馭믥탮 | 111001111010111110001011111000111000001110101011111001011101111110010010111001111011010110001110 | e7af8be383abe5df92e7b58e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)