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 | ò¯´ê¡ | 111100101010111110001110101101001110101010100001 | f2af8eb4eaa1 |
SJIS-WIN | ???´?? | 00111111001111110011111110000001010011000011111100111111 | 3f3f3f814c3f3f |
EUC-JP | ò¯?´ê¡ | 100011111010101111010010100011111010001010110100001111111010000110101101100011111010101110110100100011111010001011000010 | 8fabd28fa2b43fa1ad8fabb48fa2c2 |
UTF-8 | ò¯´ê¡ | 110000111011001011000010101011111100001010001110110000101011010011000011101010101100001010100001 | c3b2c2afc28ec2b4c3aac2a1 |
UHC | ???´?¡ | 0011111100111111001111111010001010100101001111111010001010101110 | 3f3f3fa2a53fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)