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 | 韋帛源 | 111010001110100010011011111001011000110010111001 | e8e89be58cb9 |
EUC-JP | 韋帛源 | 111100001110101011010110111001111011100010111011 | f0ead6e7b8bb |
UTF-8 | 韋帛源 | 111010011001111110001011111001011011100010011011111001101011101010010000 | e99f8be5b89be6ba90 |
UHC | 韋帛源 | 111010101101111111011011110110011110101010111001 | eadfdbd9eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)