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 | 石銑銑^ | 10010000110011101001000101001100100100010100110001011110 | 90ce914c914c5e |
EUC-JP | 石銑銑^ | 11000000110100001100000110101101110000011010110101011110 | c0d0c1adc1ad5e |
UTF-8 | 石銑銑^ | 11100111100111111011001111101001100010101001000111101001100010101001000101011110 | e79fb3e98a91e98a915e |
UHC | 石銑銑^ | 11100000101101001110000011010101111000001101010101011110 | e0b4e0d5e0d55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)