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 | 妤゙橳ー昇 | 1111101010100100110111101111101011110000101100001000111110111000 | faa4defaf0b08fb8 |
EUC-JP | 妤゙橳ー昇 | 100011111011100110101111100011101101111010001111110001011011010110001110101100001011111010111010 | 8fb9af8ede8fc5b58eb0beba |
UTF-8 | 妤゙橳ー昇 | 111001011010011010100100111011111011111010011110111001101010100110110011111011111011110110110000111001101001100010000111 | e5a6a4efbe9ee6a9b3efbdb0e69887 |
UHC | ????昇 | 001111110011111100111111001111111110001110110000 | 3f3f3f3fe3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)