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 | ???要ε | 00111111001111110011111110010111011101101000001111000011 | 3f3f3f977683c3 |
EUC-JP | 縕??要ε | 100011111101010011000010001111110011111111001101110101111010011011000101 | 8fd4c23f3fcdd7a6c5 |
UTF-8 | 縕됵슴要ε | 1110011110111000100101011110101110010000101101011110110010001010101101001110100010100110100000011100111010110101 | e7b895eb90b5ec8ab4e8a681ceb5 |
UHC | 縕됵슴要ε | 11101000101100101000100111101111101111011011111111101001101010011010010111100101 | e8b289efbdbfe9a9a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)