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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 谷損他h | 10010010010010101001000110111001100100011011110001101000 | 924a91b991bc68 |
EUC-JP | 谷損他h | 11000011101010111100001010111011110000101011111001101000 | c3abc2bbc2be68 |
UTF-8 | 谷損他h | 11101000101100001011011111100110100100001000110111100100101110111001011001101000 | e8b0b7e6908de4bb9668 |
UHC | 谷損他h | 11001101110110111110000111011111111101101110001001101000 | cddbe1dff6e268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)