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 | 竣?辯 | 1000111101110110001111111110011110000111 | 8f763fe787 |
EUC-JP | 竣?辯 | 1011110111010111001111111110110111100111 | bdd73fede7 |
UTF-8 | 竣ㅻ辯 | 111001111010101110100011111000111000010110111011111010001011111010101111 | e7aba3e385bbe8beaf |
UHC | 竣ㅻ辯 | 111100011110001010100100111010111101110010101010 | f1e2a4ebdcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)