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 | 猷??癲?6 | 100101110101000100111111001111111110000110011111001111111000001001010101 | 97513f3fe19f3f8255 |
| EUC-JP | 猷??癲?6 | 110011011011001000111111001111111110001010100001001111111010001110110110 | cdb23f3fe2a13fa3b6 |
| UTF-8 | 猷득넀癲됰6 | 111001111000110010110111111010111001001110011101111010111000010010000000111001111001100110110010111010111001000010110000111011111011110010010110 | e78cb7eb939deb8480e799b2eb90b0efbc96 |
| UHC | 猷득넀癲됰6 | 111010111010001110110101111001101000011010010000111011111010011010001001111010111010001110110110 | eba3b5e68690efa689eba3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)