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^ | 1110110010100111101110011110110010100111101011000101011101000100111011001010011110111001111011001010011110101100010101110100010001011110 | eca7b9eca7ac5744eca7b9eca7ac57445e |
UHC | 짹짬WD짹짬WD^ | 11000010101100011100001010101011010101110100010011000010101100011100001010101011010101110100010001011110 | c2b1c2ab5744c2b1c2ab57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)