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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 谷贈孫F | 10010010010010101001000110100001100100011011011101000110 | 924a91a191b746 |
EUC-JP | 谷贈孫F | 11000011101010111100001010100011110000101011100101000110 | c3abc2a3c2b946 |
UTF-8 | 谷贈孫F | 11101000101100001011011111101000101101001000100011100101101011011010101101000110 | e8b0b7e8b488e5adab46 |
UHC | 谷贈孫F | 11001101110110111111000111111100111000011101110101000110 | cddbf1fce1dd46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)