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 | 濶ィ諤ィ蜿 | 1110100010001001101010001110011010000000101010001110010110001111 | e889a8e680a8e58f |
EUC-JP | 濶ィ諤ィ蜿 | 11101111111010011000111010101000111010111110000010001110101010001110100111101111 | efe98ea8ebe08ea8e9ef |
UTF-8 | 濶ィ諤ィ蜿 | 111001101011111110110110111011111011110110101000111010001010101110100100111011111011110110101000111010001001110010111111 | e6bfb6efbda8e8aba4efbda8e89cbf |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)