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 | 100100001100111000111111111000100101011101000110 | 90ce3fe25746 |
EUC-JP | 石?禪F | 110000001101000000111111111000111011100001000110 | c0d03fe3b846 |
UTF-8 | 石鐥禪F | 11100111100111111011001111101001100100001010010111100111101001101010101001000110 | e79fb3e990a5e7a6aa46 |
UHC | 石鐥禪F | 11100000101101001110000011010110111000001100100101000110 | e0b4e0d6e0c946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)