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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| UTF-8 | 緣낆떟留녶숱 | 111001111011011110100011111010111000001010000110111010111001011010011111111011111010011110001101111010111000010110110110111011001000100010110001 | e7b7a3eb8286eb969fefa78deb85b6ec88b1 |
| UHC | 緣낆떟留녶숱 | 111001101101111010000101111011001000101110110101111010111010011110000110111001011011110110100010 | e6de85ec8bb5eba786e5bda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)