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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淏幟貊シ | 11111011010000101001101111101110111001101011101110111100 | fb429beee6bbbc |
EUC-JP | 淏幟貊シ | 100011111100011111011001110101101111000011101100101111011000111010111100 | 8fc7d9d6f0ecbd8ebc |
UTF-8 | 淏幟貊シ | 111001101011011110001111111001011011100110011111111010001011001010001010111011111011110110111100 | e6b78fe5b99fe8b28aefbdbc |
UHC | 淏幟貊? | 11111011110010001111011010111010110110001110011100111111 | fbc8f6bad8e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)