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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????倻 | 001111110011111100111111001111110011111100111111100011111011000111110110 | 3f3f3f3f3f3f8fb1f6 |
UTF-8 | 溜녑뭡琉띰쪖倻 | 111011111010011110001011111010111000010110010001111010111010110110100001111011111010011110001100111010111001110110110000111011001010101010010110111001011000000010111011 | efa78beb8591ebada1efa78ceb9db0ecaa96e580bb |
UHC | 溜녑뭡琉띰쪖倻 | 1110101011111110101100111110010110111001101111001110101110100100101101101110111110100101100100001110010110100110 | eafeb3e5b9bceba4b6efa590e5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)