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 | Í¬ê¡ | 11001101101011001110101010100001 | cdaceaa1 |
SJIS-WIN | ?¬?? | 0011111110000001110010100011111100111111 | 3f81ca3f3f |
EUC-JP | Í¬ê¡ | 1000111110101010101111111010001011001100100011111010101110110100100011111010001011000010 | 8faabfa2cc8fabb48fa2c2 |
UTF-8 | Í¬ê¡ | 1100001110001101110000101010110011000011101010101100001010100001 | c38dc2acc3aac2a1 |
UHC | ???¡ | 0011111100111111001111111010001010101110 | 3f3f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)