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 | ±Â±ÂB | 1011000111000010101100011100001001000010 | b1c2b1c242 |
SJIS-WIN | ±?±?B | 10000001011111010011111110000001011111010011111101000010 | 817d3f817d3f42 |
EUC-JP | ±Â±ÂB | 1010000111011110100011111010101010100100101000011101111010001111101010101010010001000010 | a1de8faaa4a1de8faaa442 |
UTF-8 | ±Â±ÂB | 110000101011000111000011100000101100001010110001110000111000001001000010 | c2b1c382c2b1c38242 |
UHC | ±?±?B | 10100001101111100011111110100001101111100011111101000010 | a1be3fa1be3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)