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 | 10001011111000010011111101101111 | 8be13f6f |
EUC-JP | 吟?o | 10110110111000110011111101101111 | b6e33f6f |
UTF-8 | 吟렞o | 11100101100100001001111111101011101000001001111001101111 | e5909feba09e6f |
UHC | 吟렞o | 1110101111100001100011101010111101101111 | ebe18eaf6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)