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 | ???~B | 0011111100111111001111110111111001000010 | 3f3f3f7e42 |
SJIS-WIN | ?⑤?~B | 001111111000011101000100001111110111111001000010 | 3f87443f7e42 |
EUC-JP | ???~B | 0011111100111111001111110111111001000010 | 3f3f3f7e42 |
UTF-8 | 曆⑤젨~B | 1110111110100110100010111110001010010001101001001110110010100000101010000111111001000010 | efa68be291a4eca0a87e42 |
UHC | 曆⑤젨~B | 1110011010110111101010001110101110100000101000000111111001000010 | e6b7a8eba0a07e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)