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 | ìö°O | 11101100111101101011000001001111 | ecf6b04f |
SJIS-WIN | ??°O | 0011111100111111100000011000101101001111 | 3f3f818b4f |
EUC-JP | ìö°O | 100011111010101111000000100011111010101111010011101000011110101101001111 | 8fabc08fabd3a1eb4f |
UTF-8 | ìö°O | 11000011101011001100001110110110110000101011000001001111 | c3acc3b6c2b04f |
UHC | ??°O | 0011111100111111101000011100011001001111 | 3f3fa1c64f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)