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 | °ÆÍ® | 10110000110001101100110110101110 | b0c6cdae |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °ÆÍ® | 1010000111101011100011111010100110100001100011111010101010111111100011111010001011101110 | a1eb8fa9a18faabf8fa2ee |
UTF-8 | °ÆÍ® | 1100001010110000110000111000011011000011100011011100001010101110 | c2b0c386c38dc2ae |
UHC | °Æ?® | 10100001110001101010100010100001001111111010001011100111 | a1c6a8a13fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)