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 | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 驛、魏ケ菫ョF | 11101001100000111010010011101001101100001011100111100100101111111010111001000110 | e983a4e9b0b9e4bfae46 |
EUC-JP | 驛、魏ケ菫ョF | 11110001111000111000111010100100111100101011001010001110101110011110100011000001100011101010111001000110 | f1e38ea4f2b28eb9e8c18eae46 |
UTF-8 | 驛、魏ケ菫ョF | 11101001101010011001101111101111101111011010010011101001101011011000111111101111101111011011100111101000100011111010101111101111101111011010111001000110 | e9a99befbda4e9ad8fefbdb9e88fabefbdae46 |
UHC | 驛?魏?菫?F | 11100110101111100011111111101010111000000011111111010000110010110011111101000110 | e6be3feae03fd0cb3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)