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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闍懌或笆シ | 111010001000101110011100111000101000100010111101111000101001011010111100 | e88b9ce288bde296bc |
EUC-JP | 闍懌或笆シ | 11101111111010111101100011100100101100001011111111100011111101101000111010111100 | efebd8e4b0bfe3f68ebc |
UTF-8 | 闍懌或笆シ | 111010011001011110001101111001101000011110001100111001101000100010010110111001111010110010000110111011111011110110111100 | e9978de6878ce68896e7ac86efbdbc |
UHC | ??或?? | 001111110011111111111011111001000011111100111111 | 3f3ffbe43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)