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 | 迯礼吏逕В | 11100111100011011001011111100111100101111001100111100111100101001000010001000010 | e78d97e79799e7948442 |
EUC-JP | 迯礼吏逕В | 11101101111011011100111011101001110011011111100111101101111101001010011110100011 | ededcee9cdf9edf4a7a3 |
UTF-8 | 迯礼吏逕В | 1110100010111111101011111110011110100100101111001110010110010000100011111110100110000000100101011101000010010010 | e8bfafe7a4bce5908fe98095d092 |
UHC | ??吏逕В | 0011111100111111110101111101100111001100111011111010110010100011 | 3f3fd7d9ccefaca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)