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 | °ÆÍ | 101100001100011011001101 | b0c6cd |
SJIS-WIN | °?? | 10000001100010110011111100111111 | 818b3f3f |
EUC-JP | °ÆÍ | 1010000111101011100011111010100110100001100011111010101010111111 | a1eb8fa9a18faabf |
UTF-8 | °ÆÍ | 110000101011000011000011100001101100001110001101 | c2b0c386c38d |
UHC | °Æ? | 1010000111000110101010001010000100111111 | a1c6a8a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)