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 | 啼?務哉 | 10011010011001010011111110010110101100011000110111000110 | 9a653f96b18dc6 |
EUC-JP | 啼?務哉 | 11010011110001100011111111001100101100111011101011001000 | d3c63fccb3bac8 |
UTF-8 | 啼ㅷ務哉 | 111001011001010110111100111000111000010110110111111001011000101110011001111001011001001110001001 | e595bce385b7e58b99e59389 |
UHC | 啼ㅷ務哉 | 1111000010100110101001001110011111011001111000101110111010100011 | f0a6a4e7d9e2eea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)