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 | °ÆÙê | 10110000110001101101100111101010 | b0c6d9ea |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °ÆÙê | 1010000111101011100011111010100110100001100011111010101011100011100011111010101110110100 | a1eb8fa9a18faae38fabb4 |
UTF-8 | °ÆÙê | 1100001010110000110000111000011011000011100110011100001110101010 | c2b0c386c399c3aa |
UHC | °Æ?? | 101000011100011010101000101000010011111100111111 | a1c6a8a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)