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ûP¶ | 111110110101000010001110101101100110100011111011010100001000111010110110 | fb508eb668fb508eb6 |
SJIS-WIN | ?P?¶h?P?¶ | 0011111101010000001111111000000111110111011010000011111101010000001111111000000111110111 | 3f503f81f7683f503f81f7 |
EUC-JP | ûP?¶hûP?¶ | 100011111010101111100101010100000011111110100010111110010110100010001111101010111110010101010000001111111010001011111001 | 8fabe5503fa2f9688fabe5503fa2f9 |
UTF-8 | ûP¶hûP¶ | 110000111011101101010000110000101000111011000010101101100110100011000011101110110101000011000010100011101100001010110110 | c3bb50c28ec2b668c3bb50c28ec2b6 |
UHC | ?P?¶h?P?¶ | 0011111101010000001111111010001011010010011010000011111101010000001111111010001011010010 | 3f503fa2d2683f503fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)