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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 踝o雉H | 11100110111101001000001010001111111010001011001101001000 | e6f4828fe8b348 |
EUC-JP | 踝o雉H | 11101100111101101010001111101111111100001011010101001000 | ecf6a3eff0b548 |
UTF-8 | 踝o雉H | 11101000101110001001110111101111101111011000111111101001100110111000100101001000 | e8b89defbd8fe99b8948 |
UHC | ?o雉H | 001111111010001111101111111101101100101101001000 | 3fa3eff6cb48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)