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 | 10010001101000010011111101101111 | 91a13f6f |
EUC-JP | 贈?o | 11000010101000110011111101101111 | c2a33f6f |
UTF-8 | 贈렢o | 11101000101101001000100011101011101000001010001001101111 | e8b488eba0a26f |
UHC | 贈렢o | 1111000111111100100011101011001101101111 | f1fc8eb36f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)