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 | 謠冶ス緑傳 | 111001101000111110010110111010001011110110010111110011101001100101000010 | e68f96e8bd97ce9942 |
EUC-JP | 謠冶ス緑傳 | 11101011111011111100110011101010100011101011110111001110110100001101000110100011 | ebefccea8ebdced0d1a3 |
UTF-8 | 謠冶ス緑傳 | 111010001010110010100000111001011000011010110110111011111011110110111101111001111011011110010001111001011000001010110011 | e8aca0e586b6efbdbde7b791e582b3 |
UHC | 謠冶??傳 | 1110100110101010111001011010011100111111001111111110111011101110 | e9aae5a73f3feeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)