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 | 蠑オ蟄溷袖 | 111001011011110010110101111001011010110110011111111001011001000110110011 | e5bcb5e5ad9fe591b3 |
EUC-JP | 蠑オ蟄溷袖 | 11101010101111101000111010110101111010101010111111011110111001111100001010110101 | eabe8eb5eaafdee7c2b5 |
UTF-8 | 蠑オ蟄溷袖 | 111010001010000010010001111011111011110110110101111010001001111110000100111001101011101010110111111010001010001010010110 | e8a091efbdb5e89f84e6bab7e8a296 |
UHC | ??蟄?袖 | 00111111001111111111011011011110001111111110001011000000 | 3f3ff6de3fe2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)