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 | 澳??油↑ズ | 11100000010100110011111100111111100101101111101110000001101010101000001101011001 | e0533f3f96fb81aa8359 |
EUC-JP | 澳??油↑ズ | 11011111101101000011111100111111110011001111110110100010101011001010010110111010 | dfb43f3fccfda2aca5ba |
UTF-8 | 澳낅뿩油↑ズ | 111001101011111010110011111010111000001010000101111010111011111110101001111001101011001010111001111000101000011010010001111000111000001010111010 | e6beb3eb8285ebbfa9e6b2b9e28691e382ba |
UHC | 澳낅뿩油↑ズ | 111001111111111010000101111010111001011110101001111010101111101010100001111010001010101110111010 | e7fe85eb97a9eafaa1e8abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)