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 | 筌筝筌筝^ | 111000101010001111100010101101101110001010100011111000101011011001011110 | e2a3e2b6e2a3e2b65e |
EUC-JP | 筌筝筌筝^ | 111001001010010111100100101110001110010010100101111001001011100001011110 | e4a5e4b8e4a5e4b85e |
UTF-8 | 筌筝筌筝^ | 11100111101011011000110011100111101011011001110111100111101011011000110011100111101011011001110101011110 | e7ad8ce7ad9de7ad8ce7ad9d5e |
UHC | 筌?筌?^ | 11101111101001110011111111101111101001110011111101011110 | efa73fefa73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)