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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 訷夭z^ | 11111011101001001001101011101110100000101001101001011110 | fba49aee829a5e |
EUC-JP | 訷夭z^ | 1000111111011101110101001101010011110000101000111111101001011110 | 8fddd4d4f0a3fa5e |
UTF-8 | 訷夭z^ | 11101000101010001011011111100101101001001010110111101111101111011001101001011110 | e8a8b7e5a4adefbd9a5e |
UHC | ?夭z^ | 001111111110100011101100101000111111101001011110 | 3fe8eca3fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)