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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遶溽ャャ諛 | 1110011110101011100111111110011110101100101011001110011010000111 | e7ab9fe7acace687 |
EUC-JP | 遶溽ャャ諛 | 11101110101011011101111011101001100011101010110010001110101011001110101111100111 | eeaddee98eac8eacebe7 |
UTF-8 | 遶溽ャャ諛 | 111010011000000110110110111001101011101010111101111011111011110110101100111011111011110110101100111010001010101110011011 | e981b6e6babdefbdacefbdace8ab9b |
UHC | ????諛 | 001111110011111100111111001111111110101110110000 | 3f3f3f3febb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)