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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 吟?] | 10001011111000010011111101011101 | 8be13f5d |
EUC-JP | 吟?] | 10110110111000110011111101011101 | b6e33f5d |
UTF-8 | 吟얫] | 11100101100100001001111111101100100101101010101101011101 | e5909fec96ab5d |
UHC | 吟얫] | 1110101111100001100111100101000101011101 | ebe19e515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)