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 | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 墻??o | 1001101011010100001111110011111101101111 | 9ad43f3f6f |
EUC-JP | 墻??o | 1101010011010110001111110011111101101111 | d4d63f3f6f |
UTF-8 | 墻쇠풛o | 11100101101000101011101111101100100001111010000011101101100100101001101101101111 | e5a2bbec87a0ed929b6f |
UHC | 墻쇠풛o | 11101101110111111011110011101000101111101001111001101111 | eddfbce8be9e6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)