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 | リ螢跪カ蒔 | 11110000101111111101100011100101101000111110011011101100101101101000111010101010 | f0bfd8e5a3e6ecb68eaa |
| EUC-JP | ?リ螢跪カ蒔 | 0011111110001110110110001110101010100101111011001110111010001110101101101011110010101100 | 3f8ed8eaa5ecee8eb6bcac |
| UTF-8 | リ螢跪カ蒔 | 111011101000000110111110111011111011111010011000111010001001111010100010111010001011011110101010111011111011110110110110111010001001001010010100 | ee81beefbe98e89ea2e8b7aaefbdb6e89294 |
| UHC | ??螢??蒔 | 0011111100111111111110111010101100111111001111111110001111001000 | 3f3ffbab3f3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)