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 | 蟯?? | 11100101101100100011111100111111 | e5b23f3f |
EUC-JP | 蟯軀? | 111010101011010010001111111000001101010000111111 | eab48fe0d43f |
UTF-8 | 蟯軀㎙ | 111010001001111110101111111010001011101110000000111000111000111010011001 | e89fafe8bb80e38e99 |
UHC | 蟯軀㎙ | 111010011010100011001111110001101010011110101011 | e9a8cfc6a7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)