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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | 霍ォ謇区錐@h | 1110100010110111101010111110011010001001100010111110011010010000100011010100000001101000 | e8b7abe6898be6908d4068 |
EUC-JP | 霍ォ謇区錐@h | 111100001011100110001110101010111110101111101001101101101110100010111111111011010100000001101000 | f0b98eabebe9b6e8bfed4068 |
UTF-8 | 霍ォ謇区錐@h | 1110100110011100100011011110111110111101101010111110100010101100100001111110010110001100101110101110100110001100100100000100000001101000 | e99c8defbdabe8ac87e58cbae98c904068 |
UHC | ????錐@h | 0011111100111111001111110011111111110101110111100100000001101000 | 3f3f3f3ff5de4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)