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 | 髯憺ーュ | 111010011001100110011100111010011011000010101101 | e9999ce9b0ad |
EUC-JP | 髯憺ーュ | 1111000111111001110110001110101110001110101100001000111010101101 | f1f9d8eb8eb08ead |
UTF-8 | 髯憺ーュ | 111010011010101110101111111001101000011010111010111011111011110110110000111011111011110110101101 | e9abafe686baefbdb0efbdad |
UHC | ?憺?? | 0011111111010011101111000011111100111111 | 3fd3bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)