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 | 篠車叱 | 100011101100001010001110110101001000111010110110 | 8ec28ed48eb6 |
EUC-JP | 篠車叱 | 101111001100010010111100110101101011110010111000 | bcc4bcd6bcb8 |
UTF-8 | 篠車叱 | 111001111010111110100000111010001011101110001010111001011000111110110001 | e7afa0e8bb8ae58fb1 |
UHC | 篠車叱 | 111000011100011011110011101100111111001011101010 | e1c6f3b3f2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)