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 | æ¶oo | 1110011010110110100011000110111101101111 | e6b68c6f6f |
SJIS-WIN | ?¶?oo | 001111111000000111110111001111110110111101101111 | 3f81f73f6f6f |
EUC-JP | �oo | 1000111110101001110000011010001011111001001111110110111101101111 | 8fa9c1a2f93f6f6f |
UTF-8 | æ¶oo | 1100001110100110110000101011011011000010100011000110111101101111 | c3a6c2b6c28c6f6f |
UHC | �oo | 10101001101000011010001011010010001111110110111101101111 | a9a1a2d23f6f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)