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^ | 00111111010101110100010000111111010101110100010001011110 | 3f57443f57445e |
SJIS-WIN | 驗WD驗WD^ | 111010011000010001010111010001001110100110000100010101110100010001011110 | e9845744e98457445e |
EUC-JP | 驗WD驗WD^ | 111100011110010001010111010001001111000111100100010101110100010001011110 | f1e45744f1e457445e |
UTF-8 | 驗WD驗WD^ | 1110100110101001100101110101011101000100111010011010100110010111010101110100010001011110 | e9a9975744e9a99757445e |
UHC | 驗WD驗WD^ | 111110101101000001010111010001001111101011010000010101110100010001011110 | fad05744fad057445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)