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 | »óì©þc^ | 1000111110111011111100111110110010101001111111100110001101011110 | 8fbbf3eca9fe635e |
SJIS-WIN | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
EUC-JP | ??óì©þc^ | 00111111001111111000111110101011110100011000111110101011110000001000111110100010111011011000111110101001110100000110001101011110 | 3f3f8fabd18fabc08fa2ed8fa9d0635e |
UTF-8 | »óì©þc^ | 1100001010001111110000101011101111000011101100111100001110101100110000101010100111000011101111100110001101011110 | c28fc2bbc3b3c3acc2a9c3be635e |
UHC | ?????þc^ | 001111110011111100111111001111110011111110101001101011010110001101011110 | 3f3f3f3f3fa9ad635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)