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 | 槨゚ナ珱 | 100111101101100011011111110001011110000011111100 | 9ed8dfc5e0fc |
EUC-JP | 槨゚ナ珱 | 1101110011011010100011101101111110001110110001011110000011111110 | dcda8edf8ec5e0fe |
UTF-8 | 槨゚ナ珱 | 111001101010011110101000111011111011111010011111111011111011111010000101111001111000111110110001 | e6a7a8efbe9fefbe85e78fb1 |
UHC | 槨??? | 1100111010101010001111110011111100111111 | ceaa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)