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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 獄▼?億? | 1000110110010110100000011010010100111111100010011010110100111111 | 8d9681a53f89ad3f |
EUC-JP | 獄▼?億? | 1011100111110110101000101010011100111111101100101010111100111111 | b9f6a2a73fb2af3f |
UTF-8 | 獄▼뭿億숦 | 111001111000110110000100111000101001011010111100111010111010110110111111111001011000010010000100111011001000100010100110 | e78d84e296bcebadbfe58484ec88a6 |
UHC | 獄▼뭿億숦 | 11101000101010111010000111100101100100101000111011100101111000101001101001000011 | e8aba1e5928ee5e29a43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)