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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 質勺杓嫉 | 1000111010111111100011101101100110001110110110111000111010111001 | 8ebf8ed98edb8eb9 |
EUC-JP | 質勺杓嫉 | 1011110011000001101111001101101110111100110111011011110010111011 | bcc1bcdbbcddbcbb |
UTF-8 | 質勺杓嫉 | 111010001011001110101010111001011000101110111010111001101001110110010011111001011010101110001001 | e8b3aae58bbae69d93e5ab89 |
UHC | 質勺杓嫉 | 1111001011110101111011011100001111111000111101011111001011101100 | f2f5edc3f8f5f2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)