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 | ±ÁÛ° | 10110001110000011101101110110000 | b1c1dbb0 |
SJIS-WIN | ±??° | 100000010111110100111111001111111000000110001011 | 817d3f3f818b |
EUC-JP | ±ÁÛ° | 10100001110111101000111110101010101000011000111110101010111001011010000111101011 | a1de8faaa18faae5a1eb |
UTF-8 | ±ÁÛ° | 1100001010110001110000111000000111000011100110111100001010110000 | c2b1c381c39bc2b0 |
UHC | ±??° | 101000011011111000111111001111111010000111000110 | a1be3f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)