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 | èé¡å | 1110100010010000100100111110100110100001100101001110010110001011 | e89093e9a194e58b |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | è??é¡?å? | 10001111101010111011001000111111001111111000111110101011101100011000111110100010110000100011111110001111101010111010100100111111 | 8fabb23f3f8fabb18fa2c23f8faba93f |
UTF-8 | èé¡å | 11000011101010001100001010010000110000101001001111000011101010011100001010100001110000101001010011000011101001011100001010001011 | c3a8c290c293c3a9c2a1c294c3a5c28b |
UHC | ????¡??? | 001111110011111100111111001111111010001010101110001111110011111100111111 | 3f3f3f3fa2ae3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)