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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 謠冶ス苓ォ、\ | 11100110100011111001011011101000101111011001011111101000101010111010010001011100 | e68f96e8bd97e8aba45c |
EUC-JP | 謠冶ス苓ォ、\ | 11101011111011111100110011101010100011101011110111001110111010101000111010101011100011101010010001011100 | ebefccea8ebdceea8eab8ea45c |
UTF-8 | 謠冶ス苓ォ、\ | 11101000101011001010000011100101100001101011011011101111101111011011110111101000100010111001001111101111101111011010101111101111101111011010010001011100 | e8aca0e586b6efbdbde88b93efbdabefbda45c |
UHC | 謠冶????\ | 111010011010101011100101101001110011111100111111001111110011111101011100 | e9aae5a73f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)