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äx²B | 10011001010100001110010001111000100110111011001001000010 | 9950e4789bb242 |
SJIS-WIN | ?P?x??B | 00111111010100000011111101111000001111110011111101000010 | 3f503f783f3f42 |
EUC-JP | ?Päx??B | 001111110101000010001111101010111010001101111000001111110011111101000010 | 3f508faba3783f3f42 |
UTF-8 | Päx²B | 1100001010011001010100001100001110100100011110001100001010011011110000101011001001000010 | c29950c3a478c29bc2b242 |
UHC | ?P?x?²B | 0011111101010000001111110111100000111111101010011111011101000010 | 3f503f783fa9f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)