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 | 狆珎蒟狆珎獺 | 111000001011110011100000110111011110010011100101111000001011110011100000110111011110000011011010 | e0bce0dde4e5e0bce0dde0da |
| EUC-JP | 狆珎蒟狆珎獺 | 111000001011111011100000110111111110100011100111111000001011111011100000110111111110000011011100 | e0bee0dfe8e7e0bee0dfe0dc |
| UTF-8 | 狆珎蒟狆珎獺 | 111001111000101110000110111001111000111110001110111010001001001010011111111001111000101110000110111001111000111110001110111001111000110110111010 | e78b86e78f8ee8929fe78b86e78f8ee78dba |
| UHC | ?????獺 | 00111111001111110011111100111111001111111101001110110111 | 3f3f3f3f3fd3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)