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 | 蕭リ慎 | 111001010100101010000011100010101001000001010100 | e54a838a9054 |
EUC-JP | 蕭リ慎 | 111010011010101110100101111010101011111110110101 | e9aba5eabfb5 |
UTF-8 | 蕭リ慎 | 111010001001010110101101111000111000001110101010111001101000010110001110 | e895ade383aae6858e |
UHC | 蕭リ? | 1110000111001011101010111110101000111111 | e1cbabea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)