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 | 楡í | 111001101010010110100001111011011001110110010110 | e6a5a1ed9d96 |
SJIS-WIN | ?¥???? | 00111111100000011000111100111111001111110011111100111111 | 3f818f3f3f3f3f |
EUC-JP | æ?¡í?? | 100011111010100111000001001111111000111110100010110000101000111110101011101111110011111100111111 | 8fa9c13f8fa2c28fabbf3f3f |
UTF-8 | 楡í | 110000111010011011000010101001011100001010100001110000111010110111000010100111011100001010010110 | c3a6c2a5c2a1c3adc29dc296 |
UHC | æ?¡??? | 1010100110100001001111111010001010101110001111110011111100111111 | a9a13fa2ae3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)