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 | 悌?← | 1001001011101110001111111000000110101001 | 92ee3f81a9 |
EUC-JP | 悌?← | 1100010011110000001111111010001010101011 | c4f03fa2ab |
UTF-8 | 悌쾅← | 111001101000001010001100111011001011111010000101111000101000011010010000 | e6828cecbe85e28690 |
UHC | 悌쾅← | 111100001010101011000100111001111010000111100111 | f0aac4e7a1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)