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 | ???蘖??? | 0011111100111111001111111001111101010000001111110011111100111111 | 3f3f3f9f503f3f3f |
EUC-JP | ???蘖??? | 0011111100111111001111111101110110110001001111110011111100111111 | 3f3f3fddb13f3f3f |
UTF-8 | 卽겼쏢蘖곗렡렔 | 111001011000110110111101111010101011001010111100111011001000111110100010111010001001100010010110111010101011001110010111111010111010000010100001111010111010000010010100 | e58dbdeab2bcec8fa2e89896eab397eba0a1eba094 |
UHC | 卽겼쏢蘖곗렡렔 | 1111000111101101101100001110010110111101111100111110010111101110101100001110110010001110101100101000111010101001 | f1edb0e5bdf3e5eeb0ec8eb28ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)