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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 絶????F | 10010000111000100011111100111111001111110011111101000110 | 90e23f3f3f3f46 |
EUC-JP | 絶????F | 11000000111001000011111100111111001111110011111101000110 | c0e43f3f3f3f46 |
UTF-8 | 絶볩숯狀쭮F | 11100111101101011011011011101011101100111010100111101100100010001010111111101111101001111011101011101100101011011010111001000110 | e7b5b6ebb3a9ec88afefa7baecadae46 |
UHC | 絶볩숯狀쭮F | 1110111110111110100100111110111110111101101000011110110111101110101010000100001001000110 | efbe93efbda1edeea84246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)