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 | 螂。隶咤 | 11100101101001011010000111101000101011101001101001000010 | e5a5a1e8ae9a42 |
EUC-JP | 螂。隶咤 | 1110101010100111100011101010000111110000101100001101001110100011 | eaa78ea1f0b0d3a3 |
UTF-8 | 螂。隶咤 | 111010001001111010000010111011111011110110100001111010011001101010110110111001011001001010100100 | e89e82efbda1e99ab6e592a4 |
UHC | 螂??咤 | 110101011100110000111111001111111111011011100011 | d5cc3f3ff6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)