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 | ±Ìè^ | 1011000111001100110000111010100001011110 | b1ccc3a85e |
SJIS-WIN | ±??¨^ | 10000001011111010011111100111111100000010100111001011110 | 817d3f3f814e5e |
EUC-JP | ±Ìè^ | 1010000111011110100011111010101011000000100011111010101010101010101000011010111101011110 | a1de8faac08faaaaa1af5e |
UTF-8 | ±Ìè^ | 110000101011000111000011100011001100001110000011110000101010100001011110 | c2b1c38cc383c2a85e |
UHC | ±??¨^ | 10100001101111100011111100111111101000011010011101011110 | a1be3f3fa1a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)