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 | 蝸ス螢ス驛オ | 111001011001011110111101111001011010001110111101111010011000001110110101 | e597bde5a3bde983b5 |
EUC-JP | 蝸ス螢ス驛オ | 111010011111011110001110101111011110101010100101100011101011110111110001111000111000111010110101 | e9f78ebdeaa58ebdf1e38eb5 |
UTF-8 | 蝸ス螢ス驛オ | 111010001001110110111000111011111011110110111101111010001001111010100010111011111011110110111101111010011010100110011011111011111011110110110101 | e89db8efbdbde89ea2efbdbde9a99befbdb5 |
UHC | 蝸?螢?驛? | 111010001100010000111111111110111010101100111111111001101011111000111111 | e8c43ffbab3fe6be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)