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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 尅律鴒E | 10011011100100011001011110100101111010011111011101000101 | 9b9197a5e9f745 |
EUC-JP | 尅律鴒E | 11010101111100011100111010100111111100101111100101000101 | d5f1cea7f2f945 |
UTF-8 | 尅律鴒E | 11100101101100001000010111100101101111101000101111101001101101001001001001000101 | e5b085e5be8be9b49245 |
UHC | ?律?E | 0011111111010111110010000011111101000101 | 3fd7c83f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)