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 | 狆珎蓁狆珎葹 | 111000001011110011100000110111011110010011101011111000001011110011100000110111011110010011011111 | e0bce0dde4ebe0bce0dde4df |
| EUC-JP | 狆珎蓁狆珎葹 | 111000001011111011100000110111111110100011101101111000001011111011100000110111111110100011100001 | e0bee0dfe8ede0bee0dfe8e1 |
| UTF-8 | 狆珎蓁狆珎葹 | 111001111000101110000110111001111000111110001110111010001001001110000001111001111000101110000110111001111000111110001110111010001001000110111001 | e78b86e78f8ee89381e78b86e78f8ee891b9 |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)