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 | »óì©þm^ | 1000111110111011111100111110110010101001111111100110110101011110 | 8fbbf3eca9fe6d5e |
SJIS-WIN | ??????m^ | 0011111100111111001111110011111100111111001111110110110101011110 | 3f3f3f3f3f3f6d5e |
EUC-JP | ??óì©þm^ | 00111111001111111000111110101011110100011000111110101011110000001000111110100010111011011000111110101001110100000110110101011110 | 3f3f8fabd18fabc08fa2ed8fa9d06d5e |
UTF-8 | »óì©þm^ | 1100001010001111110000101011101111000011101100111100001110101100110000101010100111000011101111100110110101011110 | c28fc2bbc3b3c3acc2a9c3be6d5e |
UHC | ?????þm^ | 001111110011111100111111001111110011111110101001101011010110110101011110 | 3f3f3f3f3fa9ad6d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)