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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 遲ョD遲ョD^ | 111001111010110110101110010001001110011110101101101011100100010001011110 | e7adae44e7adae445e |
EUC-JP | 遲ョD遲ョD^ | 1110111010101111100011101010111001000100111011101010111110001110101011100100010001011110 | eeaf8eae44eeaf8eae445e |
UTF-8 | 遲ョD遲ョD^ | 111010011000000110110010111011111011110110101110010001001110100110000001101100101110111110111101101011100100010001011110 | e981b2efbdae44e981b2efbdae445e |
UHC | 遲?D遲?D^ | 111100101100000000111111010001001111001011000000001111110100010001011110 | f2c03f44f2c03f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)