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 | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
SJIS-WIN | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
EUC-JP | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
UTF-8 | 손샵WD손샵WD^ | 1110110010000110100100001110110010000011101101010101011101000100111011001000011010010000111011001000001110110101010101110100010001011110 | ec8690ec83b55744ec8690ec83b557445e |
UHC | 손샵WD손샵WD^ | 10111100110101011011110010100101010101110100010010111100110101011011110010100101010101110100010001011110 | bcd5bca55744bcd5bca557445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)