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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遯一ウ一 | 11100111101010101000100011101010101100111000100011101010 | e7aa88eab388ea |
EUC-JP | 遯一ウ一 | 1110111010101100101100001110110010001110101100111011000011101100 | eeacb0ec8eb3b0ec |
UTF-8 | 遯一ウ一 | 111010011000000110101111111001001011100010000000111011111011110110110011111001001011100010000000 | e981afe4b880efbdb3e4b880 |
UHC | 遯一?一 | 11010100111011101110110011101001001111111110110011101001 | d4eeece93fece9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)