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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | カ釼鮱 | 11110000101110011011011011100111110111011111110001000100 | f0b9b6e7ddfc44 |
EUC-JP | ?カ釼鮱 | 0011111110001110101101101110111011011111100011111110101011100110 | 3f8eb6eedf8feae6 |
UTF-8 | カ釼鮱 | 111011101000000110111000111011111011110110110110111010011000011110111100111010011010111010110001 | ee81b8efbdb6e987bce9aeb1 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)