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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鵫叱 | 11111100010010001000111010110110 | fc488eb6 |
EUC-JP | 鵫叱 | 1000111111101011111110101011110010111000 | 8febfabcb8 |
UTF-8 | 鵫叱 | 111010011011010110101011111001011000111110110001 | e9b5abe58fb1 |
UHC | ?叱 | 001111111111001011101010 | 3ff2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)