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 | 鬱逗?? | 100111110101010010010000100000000011111100111111 | 9f5490803f3f |
EUC-JP | 鬱逗?? | 110111011011010110111111111000000011111100111111 | ddb5bfe03f3f |
UTF-8 | 鬱逗렏퓻 | 111010011010110010110001111010011000000010010111111010111010000010001111111011011001001110111011 | e9acb1e98097eba08fed93bb |
UHC | 鬱逗렏퓻 | 1110101010100110110101001110100010001110101001011100011110111111 | eaa6d4e88ea5c7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)