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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 獏猊倏}B | 1110000011010001111000001100011111100000110001010111110101000010 | e0d1e0c7e0c57d42 |
EUC-JP | 獏猊倏}B | 1110000011010011111000001100100111100000110001110111110101000010 | e0d3e0c9e0c77d42 |
UTF-8 | 獏猊倏}B | 1110011110001101100011111110011110001100100010101110010110000000100011110111110101000010 | e78d8fe78c8ae5808f7d42 |
UHC | ?猊?}B | 001111111110011111011001001111110111110101000010 | 3fe7d93f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)