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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 纒?遵 | 1110001110010101001111111000111110000101 | e3953f8f85 |
EUC-JP | 纒閞遵 | 11100101111101011000111111100110101010001011110111100101 | e5f58fe6a8bde5 |
UTF-8 | 纒閞遵 | 111001111011101010010010111010011001011010011110111010011000000110110101 | e7ba92e9969ee981b5 |
UHC | ??遵 | 00111111001111111111000111100101 | 3f3ff1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)