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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 銑悚選^ | 10010001010011001001110010011110100100010100100101011110 | 914c9c9e91495e |
EUC-JP | 銑悚選^ | 11000001101011011101011111111110110000011010101001011110 | c1add7fec1aa5e |
UTF-8 | 銑悚選^ | 11101001100010101001000111100110100000101001101011101001100000011011100001011110 | e98a91e6829ae981b85e |
UHC | 銑悚選^ | 11100000110101011110000111100101111000001101010001011110 | e0d5e1e5e0d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)