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»æh | 11111011010100001011101111100110100110011001011101101000 | fb50bbe6999768 |
SJIS-WIN | ?P????h | 00111111010100000011111100111111001111110011111101101000 | 3f503f3f3f3f68 |
EUC-JP | ûP?æ??h | 1000111110101011111001010101000000111111100011111010100111000001001111110011111101101000 | 8fabe5503f8fa9c13f3f68 |
UTF-8 | ûP»æh | 110000111011101101010000110000101011101111000011101001101100001010011001110000101001011101101000 | c3bb50c2bbc3a6c299c29768 |
UHC | ?P?æ??h | 0011111101010000001111111010100110100001001111110011111101101000 | 3f503fa9a13f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)