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^ | 111001111011010110101110010001001110011110110101101011100100010001011110 | e7b5ae44e7b5ae445e |
EUC-JP | 邨ョD邨ョD^ | 1110111010110111100011101010111001000100111011101011011110001110101011100100010001011110 | eeb78eae44eeb78eae445e |
UTF-8 | 邨ョD邨ョD^ | 111010011000001010101000111011111011110110101110010001001110100110000010101010001110111110111101101011100100010001011110 | e982a8efbdae44e982a8efbdae445e |
UHC | 邨?D邨?D^ | 111101011011111000111111010001001111010110111110001111110100010001011110 | f5be3f44f5be3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)