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 | ûP¶}B | 111110110101000010001110101101100111110101000010 | fb508eb67d42 |
SJIS-WIN | ?P?¶}B | 00111111010100000011111110000001111101110111110101000010 | 3f503f81f77d42 |
EUC-JP | ûP?¶}B | 100011111010101111100101010100000011111110100010111110010111110101000010 | 8fabe5503fa2f97d42 |
UTF-8 | ûP¶}B | 110000111011101101010000110000101000111011000010101101100111110101000010 | c3bb50c28ec2b67d42 |
UHC | ?P?¶}B | 00111111010100000011111110100010110100100111110101000010 | 3f503fa2d27d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)