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 | 遭?兪? | 100100011001100000111111100110010110000000111111 | 91983f99603f |
EUC-JP | 遭?兪? | 110000011111100000111111110100011100000100111111 | c1f83fd1c13f |
UTF-8 | 遭섦兪렣 | 111010011000000110101101111011001000010010100110111001011000010110101010111010111010000010100011 | e981adec84a6e585aaeba0a3 |
UHC | 遭섦兪렣 | 1111000011100100101111001011010011101010111001001000111010110100 | f0e4bcb4eae48eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)