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^ | 1110101110100000101111001110101110100000101100010101011101000100111010111010000010111100111010111010000010110001010101110100010001011110 | eba0bceba0b15744eba0bceba0b157445e |
UHC | 렼렱WD렼렱WD^ | 10001110110001001000111010111110010101110100010010001110110001001000111010111110010101110100010001011110 | 8ec48ebe57448ec48ebe57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)