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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 艸苦鬼E | 11100100100001111000101111101010100010110101001101000101 | e4878bea8b5345 |
EUC-JP | 艸苦鬼E | 11100111111001111011011011101100101101011011010001000101 | e7e7b6ecb5b445 |
UTF-8 | 艸苦鬼E | 11101000100010011011100011101000100010111010011011101001101011001011110001000101 | e889b8e88ba6e9acbc45 |
UHC | 艸苦鬼E | 11110101101011001100110111001000110100001010000101000101 | f5accdc8d0a145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)