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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 狼狼狼狼B | 100110000101010010011000010101001001100001010100100110000101010001000010 | 985498549854985442 |
EUC-JP | 狼狼狼狼B | 110011111011010111001111101101011100111110110101110011111011010101000010 | cfb5cfb5cfb5cfb542 |
UTF-8 | 狼狼狼狼B | 11100111100010111011110011100111100010111011110011100111100010111011110011100111100010111011110001000010 | e78bbce78bbce78bbce78bbc42 |
UHC | 狼狼狼狼B | 110101011100100111010101110010011101010111001001110101011100100101000010 | d5c9d5c9d5c9d5c942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)