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 | 蠅??偃?? | 1110010110100010001111110011111110011000111011100011111100111111 | e5a23f3f98ee3f3f |
| EUC-JP | 蠅??偃?? | 1110101010100100001111110011111111010000111100000011111100111111 | eaa43f3fd0f03f3f |
| UTF-8 | 蠅뗨뜣偃똽╉ | 111010001010000010000101111010111001011110101000111010111001110010100011111001011000000110000011111010111001100010111101111000101001010110001001 | e8a085eb97a8eb9ca3e58183eb98bde29589 |
| UHC | 蠅뗨뜣偃똽╉ | 111000111011001010001011111010001000110110100110111001011110011110001100100000111010011011100011 | e3b28be88da6e5e78c83a6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)