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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 隹キ雍郁鳩B | 11101000101100001011011111101000101101001000100011101000100101001011010101000010 | e8b0b7e8b488e894b542 |
EUC-JP | 隹キ雍郁鳩B | 1111000010110010100011101011011111110000101101101011000011101010110010001011011101000010 | f0b28eb7f0b6b0eac8b742 |
UTF-8 | 隹キ雍郁鳩B | 11101001100110101011100111101111101111011011011111101001100110111000110111101001100000111000000111101001101100111010100101000010 | e99ab9efbdb7e99b8de98381e9b3a942 |
UHC | ??雍郁鳩B | 001111110011111111101000101111001110100111110100110011111100110101000010 | 3f3fe8bce9f4cfcd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)