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 | 雕菴雕菴^ | 111010001011100011100100101111011110100010111000111001001011110101011110 | e8b8e4bde8b8e4bd5e |
EUC-JP | 雕菴雕菴^ | 111100001011101011101000101111111111000010111010111010001011111101011110 | f0bae8bff0bae8bf5e |
UTF-8 | 雕菴雕菴^ | 11101001100110111001010111101000100011111011010011101001100110111001010111101000100011111011010001011110 | e99b95e88fb4e99b95e88fb45e |
UHC | 雕菴雕菴^ | 111100001110011111100100111000001111000011100111111001001110000001011110 | f0e7e4e0f0e7e4e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)