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 | 鉚罷ゥエ褸烹 | 11100111111101001001010011101011101010011011010011100101111110001001011001000010 | e7f494eba9b4e5f89642 |
EUC-JP | 鉚罷ゥエ褸烹 | 111011101111011011001000111011011000111010101001100011101011010011101010111110101100101110100011 | eef6c8ed8ea98eb4eafacba3 |
UTF-8 | 鉚罷ゥエ褸烹 | 111010011000100110011010111001111011110110110111111011111011110110101001111011111011110110110100111010001010010010111000111001111000001110111001 | e9899ae7bdb7efbda9efbdb4e8a4b8e783b9 |
UHC | ?罷??褸烹 | 001111111111011111110011001111110011111111010111101011101111100010110010 | 3ff7f33f3fd7aef8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)