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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 踵樒屓B | 11100110111110011001111011100111100110111001111001000010 | e6f99ee79b9e42 |
EUC-JP | 踵樒屓B | 11101100111110111101110011101001110101011111111001000010 | ecfbdce9d5fe42 |
UTF-8 | 踵樒屓B | 11101000101110001011010111100110101010001001001011100101101100011001001101000010 | e8b8b5e6a892e5b19342 |
UHC | 踵??B | 1111000110100010001111110011111101000010 | f1a23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)