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 | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 譽單o | 1110011010100011100110100110010001101111 | e6a39a646f |
EUC-JP | 譽單o | 1110110010100101110100111100010101101111 | eca5d3c56f |
UTF-8 | 譽單o | 11101000101011011011110111100101100101101010111001101111 | e8adbde596ae6f |
UHC | 譽單o | 1110011111100010110100111010010001101111 | e7e2d3a46f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)