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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鉚翫Ι碪冗沚 | 111001111111010010001010111000111000001110100111111000011111001010001111111001111001111110001101 | e7f48ae383a7e1f28fe79f8d |
EUC-JP | 鉚翫Ι碪冗沚 | 111011101111011010110100111001011010011010101001111000101111010010111110111010011101110111101101 | eef6b4e5a6a9e2f4bee9dded |
UTF-8 | 鉚翫Ι碪冗沚 | 1110100110001001100110101110011110111111101010111100111010011001111001111010001010101010111001011000011010010111111001101011001010011010 | e9899ae7bfabce99e7a2aae58697e6b29a |
UHC | ?翫Ι?冗沚 | 00111111111010001101000110100101110010010011111111101001101101111111001010101111 | 3fe8d1a5c93fe9b7f2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)