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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 晤??H | 1001110111101011001111110011111101001000 | 9deb3f3f48 |
EUC-JP | 晤??H | 1101101011101101001111110011111101001000 | daed3f3f48 |
UTF-8 | 晤댐쉈H | 11100110100110011010010011101011100011001001000011101100100010011000100001001000 | e699a4eb8c90ec898848 |
UHC | 晤댐쉈H | 11100111111110111011010011101111101111011010010101001000 | e7fbb4efbda548 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)