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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銑錫腺銑 | 1001000101001100100011101110000010010001010000101001000101001100 | 914c8ee09142914c |
EUC-JP | 銑錫腺銑 | 1100000110101101101111001110001011000001101000111100000110101101 | c1adbce2c1a3c1ad |
UTF-8 | 銑錫腺銑 | 111010011000101010010001111010011000110010101011111010001000010110111010111010011000101010010001 | e98a91e98cabe885bae98a91 |
UHC | 銑錫腺銑 | 1110000011010101111000001011100011100000110011011110000011010101 | e0d5e0b8e0cde0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)