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 | ??9預?~ | 001111110011111110000010010110001001011101100001001111111000000101100000 | 3f3f825897613f8160 |
EUC-JP | ??9預?〜 | 001111110011111110100011101110011100110111000010001111111010000111000001 | 3f3fa3b9cdc23fa1c1 |
UTF-8 | 琉뚦9預싳~ | 111011111010011110001100111010111001101010100110111011111011110010011001111010011010000010010000111011001000101110110011111011111011110110011110 | efa78ceb9aa6efbc99e9a090ec8bb3efbd9e |
UHC | 琉뚦9預싳~ | 111010111010010010001100111001011010001110111001111001111110100010011010111011001010001010100110 | eba48ce5a3b9e7e89aeca2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)