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 | 要ε?壓?要 | 10010111011101101000001111000011001111111001101011011000001111111001011101110110 | 977683c33f9ad83f9776 |
EUC-JP | 要ε?壓?要 | 11001101110101111010011011000101001111111101010011011010001111111100110111010111 | cdd7a6c53fd4da3fcdd7 |
UTF-8 | 要ε윜壓쾕要 | 1110100010100110100000011100111010110101111011001001110010011100111001011010001110010011111011001011111010010101111010001010011010000001 | e8a681ceb5ec9c9ce5a393ecbe95e8a681 |
UHC | 要ε윜壓쾕要 | 111010011010100110100101111001011001111110011111111001001110001010110010011010001110100110101001 | e9a9a5e59f9fe4e2b268e9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)