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 | 11100100101000101000001110001111100011110101110101101101 | e4a2838f8f5d6d |
EUC-JP | 茲ワ従m | 11101000101001001010010111101111101111011011111001101101 | e8a4a5efbdbe6d |
UTF-8 | 茲ワ従m | 11101000100011001011001011100011100000111010111111100101101111101001001101101101 | e88cb2e383afe5be936d |
UHC | ?ワ?m | 0011111110101011111011110011111101101101 | 3fabef3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)