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 | WDWD^ | 11110010111000111111010110111101010101110100010011110010111000111111010110111101010101110100010001011110 | f2e3f5bd5744f2e3f5bd57445e |
EUC-JP | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
UTF-8 | WDWD^ | 1110111010001000100110101110111010010000101010000101011101000100111011101000100010011010111011101001000010101000010101110100010001011110 | ee889aee90a85744ee889aee90a857445e |
UHC | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)