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 | ò®¨ê¡ | 111100101010111010001110101010001110101010100001 | f2ae8ea8eaa1 |
SJIS-WIN | ???¨?? | 00111111001111110011111110000001010011100011111100111111 | 3f3f3f814e3f3f |
EUC-JP | ò®?¨ê¡ | 100011111010101111010010100011111010001011101110001111111010000110101111100011111010101110110100100011111010001011000010 | 8fabd28fa2ee3fa1af8fabb48fa2c2 |
UTF-8 | ò®¨ê¡ | 110000111011001011000010101011101100001010001110110000101010100011000011101010101100001010100001 | c3b2c2aec28ec2a8c3aac2a1 |
UHC | ?®?¨?¡ | 001111111010001011100111001111111010000110100111001111111010001010101110 | 3fa2e73fa1a73fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)