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 | 裼k商 | 111001011110011110000010100010111000111110100100 | e5e7828b8fa4 |
EUC-JP | 裼k商 | 111010101110100110100011111010111011111010100110 | eae9a3ebbea6 |
UTF-8 | 裼k商 | 111010001010001110111100111011111011110110001011111001011001010110000110 | e8a3bcefbd8be59586 |
UHC | ?k商 | 0011111110100011111010111101111111000010 | 3fa3ebdfc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)