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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驍ッ遞ョ闡」 | 111010011000001010101111111001111010100010101110111010001001000110100011 | e982afe7a8aee891a3 |
EUC-JP | 驍ッ遞ョ闡」 | 111100011110001010001110101011111110111010101010100011101010111011101111111100011000111010100011 | f1e28eafeeaa8eaeeff18ea3 |
UTF-8 | 驍ッ遞ョ闡」 | 111010011010100110001101111011111011110110101111111010011000000110011110111011111011110110101110111010011001011110100001111011111011110110100011 | e9a98defbdafe9819eefbdaee997a1efbda3 |
UHC | 驍?遞?闡? | 111111011010010000111111111101001111011000111111111101001100010100111111 | fda43ff4f63ff4c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)