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 | ?慇鉦 | 0011111110011100101111101000111111011110 | 3f9cbe8fde |
EUC-JP | 湗慇鉦 | 10001111110001111111101111011000110000001011111011100000 | 8fc7fbd8c0bee0 |
UTF-8 | 湗慇鉦 | 111001101011100110010111111001101000010110000111111010011000100110100110 | e6b997e68587e989a6 |
UHC | ?慇鉦 | 0011111111101011110110111110111111111010 | 3febdbeffa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)