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 | 詣??曖 | 100011000111011100111111001111111001111001000010 | 8c773f3f9e42 |
EUC-JP | 詣??曖 | 101101111101100000111111001111111101101110100011 | b7d83f3fdba3 |
UTF-8 | 詣숂쥢曖 | 111010001010100110100011111011001000100010000010111011001010010110100010111001101001101110010110 | e8a9a3ec8882eca5a2e69b96 |
UHC | 詣숂쥢曖 | 1110011111100001100110011110011110100010100101011110010011110010 | e7e199e7a295e4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)