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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 齎???痂鏃 | 111001101101100000111111001111110011111111100001011011111110100001010110 | e6d83f3f3fe16fe856 |
EUC-JP | 齎???痂鏃 | 111011001101101000111111001111110011111111100001110100001110111110110111 | ecda3f3f3fe1d0efb7 |
UTF-8 | 齎흩툰뤚痂鏃 | 111010011011110110001110111011011001110110101001111011011000100010110000111010111010010010011010111001111001011110000010111010011000111110000011 | e9bd8eed9da9ed88b0eba49ae79782e98f83 |
UHC | 齎흩툰뤚痂鏃 | 111011101011001011001000111100001100010111110111100011111100100111001010101100101111000011101100 | eeb2c8f0c5f78fc9cab2f0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)