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 | 蟇らェコ | 111001011010111110000010111001111010101010111010 | e5af82e7aaba |
EUC-JP | 蟇らェコ | 1110101010110001101001001110100110001110101010101000111010111010 | eab1a4e98eaa8eba |
UTF-8 | 蟇らェコ | 111010001001111110000111111000111000001010001001111011111011110110101010111011111011110110111010 | e89f87e38289efbdaaefbdba |
UHC | ?ら?? | 0011111110101010111010010011111100111111 | 3faae93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)