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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 踵也瑳] | 11100110111110011001011011100111100011011011101001011101 | e6f996e78dba5d |
EUC-JP | 踵也瑳] | 11101100111110111100110011101001101110101011110001011101 | ecfbcce9babc5d |
UTF-8 | 踵也瑳] | 11101000101110001011010111100100101110011001111111100111100100011011001101011101 | e8b8b5e4b99fe791b35d |
UHC | 踵也?] | 111100011010001011100101101001010011111101011101 | f1a2e5a53f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)