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 | 菽??菽? | 11100100110000010011111100111111111001001100000100111111 | e4c13f3fe4c13f |
| EUC-JP | 菽??菽? | 11101000110000110011111100111111111010001100001100111111 | e8c33f3fe8c33f |
| UTF-8 | 菽됥궚菽됪 | 111010001000111110111101111010111001000010100101111010101011011010011010111010001000111110111101111010111001000010101010 | e88fbdeb90a5eab69ae88fbdeb90aa |
| UHC | 菽됥궚菽됪 | 11100010110111011000100111100011100000101010111111100010110111011000100111100110 | e2dd89e382afe2dd89e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)