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 | 煜疾鉦 | 111110110101010110001110101111101000111111011110 | fb558ebe8fde |
EUC-JP | 煜疾鉦 | 10001111110010011111110010111100110000001011111011100000 | 8fc9fcbcc0bee0 |
UTF-8 | 煜疾鉦 | 111001111000010110011100111001111001011010111110111010011000100110100110 | e7859ce796bee989a6 |
UHC | 煜疾鉦 | 111010011111001011110010111100001110111111111010 | e9f2f2f0effa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)