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 | ±Ìä¤ | 101100011100110011000011101001001100001010100100 | b1ccc3a4c2a4 |
SJIS-WIN | ±????? | 10000001011111010011111100111111001111110011111100111111 | 817d3f3f3f3f3f |
EUC-JP | ±Ìä¤ | 1010000111011110100011111010101011000000100011111010101010101010100011111010001011110000100011111010101010100100100011111010001011110000 | a1de8faac08faaaa8fa2f08faaa48fa2f0 |
UTF-8 | ±Ìä¤ | 110000101011000111000011100011001100001110000011110000101010010011000011100000101100001010100100 | c2b1c38cc383c2a4c382c2a4 |
UHC | ±??¤?¤ | 101000011011111000111111001111111010001010110100001111111010001010110100 | a1be3f3fa2b43fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)