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 | êþ°ç¸ | 1110101011111110101100001110011110111000 | eafeb0e7b8 |
SJIS-WIN | ??°?? | 001111110011111110000001100010110011111100111111 | 3f3f818b3f3f |
EUC-JP | êþ°ç¸ | 1000111110101011101101001000111110101001110100001010000111101011100011111010101110101110100011111010001010110001 | 8fabb48fa9d0a1eb8fabae8fa2b1 |
UTF-8 | êþ°ç¸ | 11000011101010101100001110111110110000101011000011000011101001111100001010111000 | c3aac3bec2b0c3a7c2b8 |
UHC | ?þ°?¸ | 0011111110101001101011011010000111000110001111111010001010101100 | 3fa9ada1c63fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)