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 | カ釼鵫 | 11110000101110011011011011100111110111011111110001001000 | f0b9b6e7ddfc48 |
EUC-JP | ?カ釼鵫 | 0011111110001110101101101110111011011111100011111110101111111010 | 3f8eb6eedf8febfa |
UTF-8 | カ釼鵫 | 111011101000000110111000111011111011110110110110111010011000011110111100111010011011010110101011 | ee81b8efbdb6e987bce9b5ab |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)