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 | ???O | 00111111001111110011111101001111 | 3f3f3f4f |
SJIS-WIN | 邀乞えO | 11100111101100011000110011101110100000101010011001001111 | e7b18cee82a64f |
EUC-JP | 邀乞えO | 11101110101100111011100011110000101001001010100001001111 | eeb3b8f0a4a84f |
UTF-8 | 邀乞えO | 11101001100000101000000011100100101110011001111011100011100000011000100001001111 | e98280e4b99ee381884f |
UHC | 邀乞えO | 11101001101011011100101111110111101010101010100001001111 | e9adcbf7aaa84f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)