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 | ?????㎝ | 00111111001111110011111100111111001111111000011101110000 | 3f3f3f3f3f8770 |
EUC-JP | 濚????? | 1000111111001001101000010011111100111111001111110011111100111111 | 8fc9a13f3f3f3f3f |
UTF-8 | 濚욎꼶留㏃㎝ | 111001101011111110011010111011001001101010001110111010101011110010110110111011111010011110001101111000111000111110000011111000111000111010011101 | e6bf9aec9a8eeabcb6efa78de38f83e38e9d |
UHC | 濚욎꼶留㏃㎝ | 111001111011100110011110111011001000010010001110111010111010011110100111111011001010011110101111 | e7b99eec848eeba7a7eca7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)