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 | 牴セコ質 | 111000001011000010111110101110101000111010111111 | e0b0beba8ebf |
EUC-JP | 牴セコ質 | 1110000010110010100011101011111010001110101110101011110011000001 | e0b28ebe8ebabcc1 |
UTF-8 | 牴セコ質 | 111001111000100110110100111011111011110110111110111011111011110110111010111010001011001110101010 | e789b4efbdbeefbdbae8b3aa |
UHC | ???質 | 0011111100111111001111111111001011110101 | 3f3f3ff2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)