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^ | 1110101110100000101110111110101110100000100010110101011101000100111010111010000010111011111010111010000010001011010101110100010001011110 | eba0bbeba08b5744eba0bbeba08b57445e |
UHC | 렻렋WD렻렋WD^ | 10001110110000111000111010100010010101110100010010001110110000111000111010100010010101110100010001011110 | 8ec38ea257448ec38ea257445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)