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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驕⑤驕⑤^ | 111010011000000110000111010001001110100110000001100001110100010001011110 | e9818744e98187445e |
EUC-JP | 驕?驕?^ | 11110001111000010011111111110001111000010011111101011110 | f1e13ff1e13f5e |
UTF-8 | 驕⑤驕⑤^ | 11101001101010011001010111100010100100011010010011101001101010011001010111100010100100011010010001011110 | e9a995e291a4e9a995e291a45e |
UHC | 驕⑤驕⑤^ | 110011101111011010101000111010111100111011110110101010001110101101011110 | cef6a8ebcef6a8eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)