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 | 阮罷ゥア謌檻 | 11101000100101101001010011101011101010011011000111100110100010001001111101000010 | e89694eba9b1e6889f42 |
EUC-JP | 阮罷ゥア謌檻 | 111011111111011011001000111011011000111010101001100011101011000111101011111010001101110110100011 | eff6c8ed8ea98eb1ebe8dda3 |
UTF-8 | 阮罷ゥア謌檻 | 111010011001100010101110111001111011110110110111111011111011110110101001111011111011110110110001111010001010110010001100111001101010101010111011 | e998aee7bdb7efbda9efbdb1e8ac8ce6aabb |
UHC | 阮罷???檻 | 111010001101011011110111111100110011111100111111001111111111100111100011 | e8d6f7f33f3f3ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)