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 | æ£é¡ | 111001101000100110100011111010011010000110001011 | e689a3e9a18b |
SJIS-WIN | ??£??? | 00111111001111111000000110010010001111110011111100111111 | 3f3f81923f3f3f |
EUC-JP | �� | 10001111101010011100000100111111101000011111001010001111101010111011000110001111101000101100001000111111 | 8fa9c13fa1f28fabb18fa2c23f |
UTF-8 | æ£é¡ | 110000111010011011000010100010011100001010100011110000111010100111000010101000011100001010001011 | c3a6c289c2a3c3a9c2a1c28b |
UHC | æ???¡? | 1010100110100001001111110011111100111111101000101010111000111111 | a9a13f3f3fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)