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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 憶?)?ユ? | 100010011010111100111111100000010110101000111111100000111000011000111111 | 89af3f816a3f83863f |
EUC-JP | 憶?)?ユ? | 101100101011000100111111101000011100101100111111101001011110011000111111 | b2b13fa1cb3fa5e63f |
UTF-8 | 憶귣)劉ユ뀆 | 111001101000011010110110111010101011011110100011111011111011110010001001111011111010011110000111111000111000001110100110111010111000000010000110 | e686b6eab7a3efbc89efa787e383a6eb8086 |
UHC | 憶귣)劉ユ뀆 | 111001011110001110000010111010111010001110101001111010101110010110101011111001101000010110000010 | e5e382eba3a9eae5abe68582 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)