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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鵫賣鼾 | 111111000100100011100110110011001110101010001101 | fc48e6ccea8d |
EUC-JP | 鵫賣鼾 | 10001111111010111111101011101100110011101111001111101101 | 8febfaeccef3ed |
UTF-8 | 鵫賣鼾 | 111010011011010110101011111010001011001110100011111010011011110010111110 | e9b5abe8b3a3e9bcbe |
UHC | ?賣? | 00111111110110001110001100111111 | 3fd8e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)