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 | 10010001010011001001000101001001111000100101011101000110 | 914c9149e25746 |
EUC-JP | 銑選禪F | 11000001101011011100000110101010111000111011100001000110 | c1adc1aae3b846 |
UTF-8 | 銑選禪F | 11101001100010101001000111101001100000011011100011100111101001101010101001000110 | e98a91e981b8e7a6aa46 |
UHC | 銑選禪F | 11100000110101011110000011010100111000001100100101000110 | e0d5e0d4e0c946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)