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 | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | 塋ょ?m | 100110101100100010000010111001010011111101101101 | 9ac882e53f6d |
EUC-JP | 塋ょ?m | 110101001100101010100100111001110011111101101101 | d4caa4e73f6d |
UTF-8 | 塋ょ텥m | 11100101101000011000101111100011100000101000011111101101100001011010010101101101 | e5a18be38287ed85a56d |
UHC | 塋ょ텥m | 11100111101010111010101011100111101101101001101001101101 | e7abaae7b69a6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)