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 | ∵∽? | 1000000111100110100000011110010000111111 | 81e681e43f |
EUC-JP | ∵∽? | 1010001011101000101000101110011000111111 | a2e8a2e63f |
UTF-8 | ∵∽▩ | 111000101000100010110101111000101000100010111101111000101001011010101001 | e288b5e288bde296a9 |
UHC | ∵∽▩ | 101000011111000110100001111011111010001011001100 | a1f1a1efa2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)