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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 餔跫盂糺 | 1110100101001111111001101110110111100001101100011110001011111011 | e94fe6ede1b1e2fb |
EUC-JP | 餔跫盂糺 | 1111000110110000111011001110111111100010101100111110010011111101 | f1b0ecefe2b3e4fd |
UTF-8 | 餔跫盂糺 | 111010011010010010010100111010001011011110101011111001111001101110000010111001111011001110111010 | e9a494e8b7abe79b82e7b3ba |
UHC | ??盂? | 0011111100111111111010011101110100111111 | 3f3fe9dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)