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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | ???如 | 0011111100111111001111111001010001000000 | 3f3f3f9440 |
EUC-JP | ?®?如 | 00111111100011111010001011101110001111111100011110100001 | 3f8fa2ee3fc7a1 |
UTF-8 | 琉®셽如 | 1110111110100111100011001100001010101110111011001000010110111101111001011010011010000010 | efa78cc2aeec85bde5a682 |
UHC | 琉®셽如 | 1110101110100100101000101110011110011001100000101110010111111101 | eba4a2e79982e5fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)