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^ | 111001001011110001010111010001001110010010111100010101110100010001011110 | e4bc5744e4bc57445e |
SJIS-WIN | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
EUC-JP | ä?WDä?WD^ | 10001111101010111010001100111111010101110100010010001111101010111010001100111111010101110100010001011110 | 8faba33f57448faba33f57445e |
UTF-8 | ä¼WDä¼WD^ | 11000011101001001100001010111100010101110100010011000011101001001100001010111100010101110100010001011110 | c3a4c2bc5744c3a4c2bc57445e |
UHC | ?¼WD?¼WD^ | 0011111110101000111110010101011101000100001111111010100011111001010101110100010001011110 | 3fa8f957443fa8f957445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)