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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 枇[枇[^ | 10010100111110000101101110010100111110000101101101011110 | 94f85b94f85b5e |
EUC-JP | 枇[枇[^ | 11001000111110100101101111001000111110100101101101011110 | c8fa5bc8fa5b5e |
UTF-8 | 枇[枇[^ | 111001101001111010000111010110111110011010011110100001110101101101011110 | e69e875be69e875b5e |
UHC | 枇[枇[^ | 11011101111011010101101111011101111011010101101101011110 | dded5bdded5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)