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 | □⊂?? | 100000011010000010000001101111000011111100111111 | 81a081bc3f3f |
EUC-JP | □⊂?? | 101000101010001010100010101111100011111100111111 | a2a2a2be3f3f |
UTF-8 | □⊂룶句 | 111000101001011010100001111000101000101010000010111010111010001110110110111011111010010010000110 | e296a1e28a82eba3b6efa486 |
UHC | □⊂룶句 | 1010000111100000101000011111100010001111101010111100111111111011 | a1e0a1f88fabcffb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)