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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | カ骼ョコシ | 11110001111000001011011011101001100011101010111010111010111100011000111010111100 | f1e0b6e98eaebaf18ebc |
EUC-JP | ?カ骼ョコ?シ | 001111111000111010110110111100011110111010001110101011101000111010111010001111111000111010111100 | 3f8eb6f1ee8eae8eba3f8ebc |
UTF-8 | カ骼ョコシ | 111011101000010110011011111011111011110110110110111010011010101010111100111011111011110110101110111011111011110110111010111011101000010010001001111011111011110110111100 | ee859befbdb6e9aabcefbdaeefbdbaee8489efbdbc |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)