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 | °ÄÕÉ | 10110000110001001101010111001001 | b0c4d5c9 |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °ÄÕÉ | 1010000111101011100011111010101010100011100011111010101011011000100011111010101010110001 | a1eb8faaa38faad88faab1 |
UTF-8 | °ÄÕÉ | 1100001010110000110000111000010011000011100101011100001110001001 | c2b0c384c395c389 |
UHC | °??? | 1010000111000110001111110011111100111111 | a1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)