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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 萓昴藷窶 | 1110010010111110100111011110001110001111100100111110001010000000 | e4be9de38f93e280 |
EUC-JP | 萓昴藷窶 | 1110100011000000110110101110010110111101111100111110001111100000 | e8c0dae5bdf3e3e0 |
UTF-8 | 萓昴藷窶 | 111010001001000010010011111001101001100010110100111010001001011110110111111001111010101010110110 | e89093e698b4e897b7e7aab6 |
UHC | ?昴藷? | 001111111101100111011011111011101100101100111111 | 3fd9dbeecb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)