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^ | 1110110010110001100001011110110110011000101000100101011101000100111011001011000110000101111011011001100010100010010101110100010001011110 | ecb185ed98a25744ecb185ed98a257445e |
UHC | 책혢WD책혢WD^ | 11000011101001011100001010001011010101110100010011000011101001011100001010001011010101110100010001011110 | c3a5c28b5744c3a5c28b57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)