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^ | 1110101110101100101011001110101110101011100110100101011101000100111010111010110010101100111010111010101110011010010101110100010001011110 | ebacacebab9a5744ebacacebab9a57445e |
UHC | 묬뫚WD묬뫚WD^ | 10010010010000111001000110111010010101110100010010010010010000111001000110111010010101110100010001011110 | 924391ba5744924391ba57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)