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 | 0011111101011111001111110101111101000101 | 3f5f3f5f45 |
SJIS-WIN | 鴉_鴉_E | 11101001111010110101111111101001111010110101111101000101 | e9eb5fe9eb5f45 |
EUC-JP | 鴉_鴉_E | 11110010111011010101111111110010111011010101111101000101 | f2ed5ff2ed5f45 |
UTF-8 | 鴉_鴉_E | 111010011011010010001001010111111110100110110100100010010101111101000101 | e9b4895fe9b4895f45 |
UHC | 鴉_鴉_E | 11100100101111000101111111100100101111000101111101000101 | e4bc5fe4bc5f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)