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 | 爭シァ | 11100000101001011011110010100111 | e0a5bca7 |
EUC-JP | 爭シァ | 111000001010011110001110101111001000111010100111 | e0a78ebc8ea7 |
UTF-8 | 爭シァ | 111001111000100010101101111011111011110110111100111011111011110110100111 | e788adefbdbcefbda7 |
UHC | 爭?? | 11101110101100110011111100111111 | eeb33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)