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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湜幟峠 | 111110110100011110011011111011101001001110111011 | fb479bee93bb |
EUC-JP | 湜幟峠 | 10001111110001111111110011010110111100001100011010111101 | 8fc7fcd6f0c6bd |
UTF-8 | 湜幟峠 | 111001101011100110011100111001011011100110011111111001011011001110100000 | e6b99ce5b99fe5b3a0 |
UHC | 湜幟峠 | 111000111101011111110110101110101101111111000111 | e3d7f6badfc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)