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 | 闌苓騒 | 111010001000110010010111111010001001000110011011 | e88c97e8919b |
EUC-JP | 闌苓騒 | 111011111110110011001110111010101100000111111011 | efecceeac1fb |
UTF-8 | 闌苓騒 | 111010011001011110001100111010001000101110010011111010011010100010010010 | e9978ce88b93e9a892 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)