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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雕オ蝟懌髪 | 111010001011100010110101111001011001011010011100111000101001010010101111 | e8b8b5e5969ce294af |
EUC-JP | 雕オ蝟懌髪 | 11110000101110101000111010110101111010011111011011011000111001001100100010110001 | f0ba8eb5e9f6d8e4c8b1 |
UTF-8 | 雕オ蝟懌髪 | 111010011001101110010101111011111011110110110101111010001001110110011111111001101000011110001100111010011010101110101010 | e99b95efbdb5e89d9fe6878ce9abaa |
UHC | 雕?蝟?? | 11110000111001110011111111101010110110100011111100111111 | f0e73feada3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)