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 | 菽??菽?? | 1110010011000001001111110011111111100100110000010011111100111111 | e4c13f3fe4c13f3f |
| EUC-JP | 菽??菽?? | 1110100011000011001111110011111111101000110000110011111100111111 | e8c33f3fe8c33f3f |
| UTF-8 | 菽됧궦菽됥궚 | 111010001000111110111101111010111001000010100111111010101011011010100110111010001000111110111101111010111001000010100101111010101011011010011010 | e88fbdeb90a7eab6a6e88fbdeb90a5eab69a |
| UHC | 菽됧궦菽됥궚 | 111000101101110110001001111001011000001010111000111000101101110110001001111000111000001010101111 | e2dd89e582b8e2dd89e382af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)