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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 摯????耘 | 1001110110010101001111110011111100111111001111111110001111001111 | 9d953f3f3f3fe3cf |
EUC-JP | 摯???擊耘 | 11011001111101010011111100111111001111111000111111000001101000111110011011010001 | d9f53f3f3f8fc1a3e6d1 |
UTF-8 | 摯희렏븍擊耘 | 111001101001000110101111111011011001110110101100111010111010000010001111111010111011100010001101111001101001001110001010111010001000000010011000 | e691afed9daceba08febb88de6938ae88098 |
UHC | 摯희렏븍擊耘 | 111100101010011111001000111100011000111010100101101110101110101111001100101010101110100111111100 | f2a7c8f18ea5baebccaae9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)