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 | àæPk | 10001010111000001000100110011011100100001110011010010001010100001000100101101011 | 8ae0899b90e69150896b |
SJIS-WIN | ???????P?k | 00111111001111110011111100111111001111110011111100111111010100000011111101101011 | 3f3f3f3f3f3f3f503f6b |
EUC-JP | ?à???æ?P?k | 0011111110001111101010111010001000111111001111110011111110001111101010011100000100111111010100000011111101101011 | 3f8faba23f3f3f8fa9c13f503f6b |
UTF-8 | àæPk | 110000101000101011000011101000001100001010001001110000101001101111000010100100001100001110100110110000101001000101010000110000101000100101101011 | c28ac3a0c289c29bc290c3a6c29150c2896b |
UHC | ?????æ?P?k | 0011111100111111001111110011111100111111101010011010000100111111010100000011111101101011 | 3f3f3f3f3fa9a13f503f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)