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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 瀛??~ | 1110000001101001001111110011111101111110 | e0693f3f7e |
EUC-JP | 瀛??~ | 1101111111001010001111110011111101111110 | dfca3f3f7e |
UTF-8 | 瀛뎼뢖~ | 11100111100000001001101111101011100011101011110011101011101000101001011001111110 | e7809beb8ebceba2967e |
UHC | 瀛뎼뢖~ | 11100111101110101000100110001111100011110101000101111110 | e7ba898f8f517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)