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 | 渹゙橳ー昇 | 1111101101000110110111101111101011110000101100001000111110111000 | fb46defaf0b08fb8 |
EUC-JP | 渹゙橳ー昇 | 100011111100011111101110100011101101111010001111110001011011010110001110101100001011111010111010 | 8fc7ee8ede8fc5b58eb0beba |
UTF-8 | 渹゙橳ー昇 | 111001101011100010111001111011111011111010011110111001101010100110110011111011111011110110110000111001101001100010000111 | e6b8b9efbe9ee6a9b3efbdb0e69887 |
UHC | ????昇 | 001111110011111100111111001111111110001110110000 | 3f3f3f3fe3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)