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 | ïµ÷Ï | 11101111101101011111011111001111 | efb5f7cf |
SJIS-WIN | ??÷? | 0011111100111111100000011000000000111111 | 3f3f81803f |
EUC-JP | ï?÷Ï | 100011111010101111000001001111111010000111100000100011111010101011000001 | 8fabc13fa1e08faac1 |
UTF-8 | ïµ÷Ï | 1100001110101111110000101011010111000011101101111100001110001111 | c3afc2b5c3b7c38f |
UHC | ??÷? | 0011111100111111101000011100000000111111 | 3f3fa1c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)