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 | ???∵?? | 00111111001111110011111110000001111001100011111100111111 | 3f3f3f81e63f3f |
EUC-JP | ???∵?? | 00111111001111110011111110100010111010000011111100111111 | 3f3f3fa2e83f3f |
UTF-8 | 룫혧⒟∵룫헋 | 111010111010001110101011111011011001100010100111111000101001001010011111111000101000100010110101111010111010001110101011111011011001011110001011 | eba3abed98a7e2929fe288b5eba3abed978b |
UHC | 룫혧⒟∵룫헋 | 100011111010001011000010100011111010100111010000101000011111000110001111101000101100001001000010 | 8fa2c28fa9d0a1f18fa2c242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)