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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | ?脚?}B | 001111111000101101110010001111110111110101000010 | 3f8b723f7d42 |
EUC-JP | ?脚?}B | 001111111011010111010011001111110111110101000010 | 3fb5d33f7d42 |
UTF-8 | 렻脚렡}B | 1110101110100000101110111110100010000100100110101110101110100000101000010111110101000010 | eba0bbe8849aeba0a17d42 |
UHC | 렻脚렡}B | 1000111011000011110010101100010110001110101100100111110101000010 | 8ec3cac58eb27d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)