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^ | 100100101010001001010111010001001001001010100010010101110100010001011110 | 92a2574492a257445e |
SJIS-WIN | ?¢WD?¢WD^ | 0011111110000001100100010101011101000100001111111000000110010001010101110100010001011110 | 3f819157443f819157445e |
EUC-JP | ?¢WD?¢WD^ | 0011111110100001111100010101011101000100001111111010000111110001010101110100010001011110 | 3fa1f157443fa1f157445e |
UTF-8 | ¢WD¢WD^ | 11000010100100101100001010100010010101110100010011000010100100101100001010100010010101110100010001011110 | c292c2a25744c292c2a257445e |
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)