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 | 妤゙橳ー昌 | 1111101010100100110111101111101011110000101100001000111110111001 | faa4defaf0b08fb9 |
EUC-JP | 妤゙橳ー昌 | 100011111011100110101111100011101101111010001111110001011011010110001110101100001011111010111011 | 8fb9af8ede8fc5b58eb0bebb |
UTF-8 | 妤゙橳ー昌 | 111001011010011010100100111011111011111010011110111001101010100110110011111011111011110110110000111001101001100010001100 | e5a6a4efbe9ee6a9b3efbdb0e6988c |
UHC | ????昌 | 001111110011111100111111001111111111001111100011 | 3f3f3f3ff3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)