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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ハ贏ヒ | 11001010111001101101010111001011 | cae6d5cb |
EUC-JP | ハ贏ヒ | 100011101100101011101100110101111000111011001011 | 8ecaecd78ecb |
UTF-8 | ハ贏ヒ | 111011111011111010001010111010001011010010001111111011111011111010001011 | efbe8ae8b48fefbe8b |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)