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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟯ヲ謚オ | 111001011011001010100110111001101000101010110101 | e5b2a6e68ab5 |
EUC-JP | 蟯ヲ謚オ | 1110101010110100100011101010011011101011111010101000111010110101 | eab48ea6ebea8eb5 |
UTF-8 | 蟯ヲ謚オ | 111010001001111110101111111011111011110110100110111010001010110010011010111011111011110110110101 | e89fafefbda6e8ac9aefbdb5 |
UHC | 蟯?謚? | 111010011010100000111111111011001101000000111111 | e9a83fecd03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)