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^WDD^WD^ | 1001001001000100010111100101011101000100100100100100010001011110010101110100010001011110 | 92445e574492445e57445e |
SJIS-WIN | ?D^WD?D^WD^ | 0011111101000100010111100101011101000100001111110100010001011110010101110100010001011110 | 3f445e57443f445e57445e |
EUC-JP | ?D^WD?D^WD^ | 0011111101000100010111100101011101000100001111110100010001011110010101110100010001011110 | 3f445e57443f445e57445e |
UTF-8 | D^WDD^WD^ | 11000010100100100100010001011110010101110100010011000010100100100100010001011110010101110100010001011110 | c292445e5744c292445e57445e |
UHC | ?D^WD?D^WD^ | 0011111101000100010111100101011101000100001111110100010001011110010101110100010001011110 | 3f445e57443f445e57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)