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 | 逆???? | 100010110111010000111111001111110011111100111111 | 8b743f3f3f3f |
| EUC-JP | 逆??靷? | 1011010111010101001111110011111110001111111001111011110100111111 | b5d53f3f8fe7bd3f |
| UTF-8 | 逆곷맟靷묪 | 111010011000000010000110111010101011001110110111111010111010011110011111111010011001110110110111111010111010110010101010 | e98086eab3b7eba79fe99db7ebacaa |
| UHC | 逆곷맟靷묪 | 11100110101111011000000111101011100100001010110011101100111001101001001001000010 | e6bd81eb90acece69242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)