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 | ±èÏÁ | 10110001111010001100111111000001 | b1e8cfc1 |
SJIS-WIN | ±??? | 1000000101111101001111110011111100111111 | 817d3f3f3f |
EUC-JP | ±èÏÁ | 1010000111011110100011111010101110110010100011111010101011000001100011111010101010100001 | a1de8fabb28faac18faaa1 |
UTF-8 | ±èÏÁ | 1100001010110001110000111010100011000011100011111100001110000001 | c2b1c3a8c38fc381 |
UHC | ±??? | 1010000110111110001111110011111100111111 | a1be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)