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 | 顏エ讙手塚 | 111010001111100010110100111001101010101010001110111010001111101010011100 | e8f8b4e6aa8ee8fa9c |
EUC-JP | 顏エ讙手? | 111100001111101010001110101101001110110010101100101111001110101000111111 | f0fa8eb4ecacbcea3f |
UTF-8 | 顏エ讙手塚 | 111010011010000110001111111011111011110110110100111010001010111010011001111001101000100110001011111011111010100010010000 | e9a18fefbdb4e8ae99e6898befa890 |
UHC | ???手? | 001111110011111100111111111000101010001000111111 | 3f3f3fe2a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)