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 | 11100101100000001000111111101000100101001001010001000110 | e5808fe8949446 |
EUC-JP | 蛟剰粕F | 11101001111000001011111011101010110001111111010001000110 | e9e0beeac7f446 |
UTF-8 | 蛟剰粕F | 11101000100110111001111111100101100010011011000011100111101100101001010101000110 | e89b9fe589b0e7b29546 |
UHC | 蛟?粕F | 110011101111000100111111110110101101100101000110 | cef13fdad946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)