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 | 歪??俺?? | 1001100001100011001111110011111110001001101101000011111100111111 | 98633f3f89b43f3f |
| EUC-JP | 歪??俺?? | 1100111111000100001111110011111110110010101101100011111100111111 | cfc43f3fb2b63f3f |
| UTF-8 | 歪귝깄俺븃독 | 111001101010110110101010111010101011011110011101111010101011100110000100111001001011111110111010111010111011100010000011111010111000111110000101 | e6adaaeab79deab984e4bfbaebb883eb8f85 |
| UHC | 歪귝깄俺븃독 | 111010001110000010000010111001101000001110000101111001011110111110111010111010001011010110110110 | e8e082e68385e5efbae8b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)