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 | 11100110101000110011111101101111 | e6a33f6f |
EUC-JP | 譽?o | 11101100101001010011111101101111 | eca53f6f |
UTF-8 | 譽쐛o | 11101000101011011011110111101100100100001001101101101111 | e8adbdec909b6f |
UHC | 譽쐛o | 1110011111100010100111001000000101101111 | e7e29c816f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)