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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟾ス蜈カ雜 | 1110010110110111101111011110010110000101101101101110100010110110 | e5b7bde585b6e8b6 |
EUC-JP | 蟾ス蜈カ雜 | 11101010101110011000111010111101111010011110010110001110101101101111000010111000 | eab98ebde9e58eb6f0b8 |
UTF-8 | 蟾ス蜈カ雜 | 111010001001111110111110111011111011110110111101111010001001110010001000111011111011110110110110111010011001101110011100 | e89fbeefbdbde89c88efbdb6e99b9c |
UHC | 蟾?蜈?雜 | 1110000011101010001111111110100010100101001111111110110111011010 | e0ea3fe8a53fedda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)