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 | ±êÁ³ | 10110001111010101100000110110011 | b1eac1b3 |
SJIS-WIN | ±??? | 1000000101111101001111110011111100111111 | 817d3f3f3f |
EUC-JP | ±êÁ? | 101000011101111010001111101010111011010010001111101010101010000100111111 | a1de8fabb48faaa13f |
UTF-8 | ±êÁ³ | 1100001010110001110000111010101011000011100000011100001010110011 | c2b1c3aac381c2b3 |
UHC | ±??³ | 101000011011111000111111001111111010100111111000 | a1be3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)