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 | ̲Éí» | 100011111100110010110010110010011110110110111011 | 8fccb2c9edbb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ì?Éí? | 001111111000111110101010110000000011111110001111101010101011000110001111101010111011111100111111 | 3f8faac03f8faab18fabbf3f |
UTF-8 | ̲Éí» | 110000101000111111000011100011001100001010110010110000111000100111000011101011011100001010111011 | c28fc38cc2b2c389c3adc2bb |
UHC | ??²??? | 00111111001111111010100111110111001111110011111100111111 | 3f3fa9f73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)