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 | é¿Ué¿N | 111010011011111101010101111010011011111101001110 | e9bf55e9bf4e |
SJIS-WIN | ??U??N | 001111110011111101010101001111110011111101001110 | 3f3f553f3f4e |
EUC-JP | é¿Ué¿N | 1000111110101011101100011000111110100010110001000101010110001111101010111011000110001111101000101100010001001110 | 8fabb18fa2c4558fabb18fa2c44e |
UTF-8 | é¿Ué¿N | 11000011101010011100001010111111010101011100001110101001110000101011111101001110 | c3a9c2bf55c3a9c2bf4e |
UHC | ?¿U?¿N | 0011111110100010101011110101010100111111101000101010111101001110 | 3fa2af553fa2af4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)