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 | 篠蒔 | 100011101100001010001110101010101111000010111011 | 8ec28eaaf0bb |
EUC-JP | 篠蒔? | 1011110011000100101111001010110000111111 | bcc4bcac3f |
UTF-8 | 篠蒔 | 111001111010111110100000111010001001001010010100111011101000000110111010 | e7afa0e89294ee81ba |
UHC | 篠蒔? | 1110000111000110111000111100100000111111 | e1c6e3c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)