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 | カ釼鮏 | 11110000101110011011011011100111110111011111110001000011 | f0b9b6e7ddfc43 |
EUC-JP | ?カ釼鮏 | 0011111110001110101101101110111011011111100011111110101011011011 | 3f8eb6eedf8feadb |
UTF-8 | カ釼鮏 | 111011101000000110111000111011111011110110110110111010011000011110111100111010011010111010001111 | ee81b8efbdb6e987bce9ae8f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)