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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 偃??魏?? | 1001100011101110001111110011111111101001101100000011111100111111 | 98ee3f3fe9b03f3f |
EUC-JP | 偃??魏?? | 1101000011110000001111110011111111110010101100100011111100111111 | d0f03f3ff2b23f3f |
UTF-8 | 偃띾벉魏뚩뜎 | 111001011000000110000011111010111001110110111110111010111011001010001001111010011010110110001111111010111001101010101001111010111001110010001110 | e58183eb9dbeebb289e9ad8feb9aa9eb9c8e |
UHC | 偃띾벉魏뚩뜎 | 111001011110011110001101111010111001001110101100111010101110000010001100111010001000110110010001 | e5e78deb93aceae08ce88d91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)