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 | E£E^ | 100011000100010110001101101000111000110001000101100011011001010001011110 | 8c458da38c458d945e |
SJIS-WIN | ?E?£?E??^ | 00111111010001010011111110000001100100100011111101000101001111110011111101011110 | 3f453f81923f453f3f5e |
EUC-JP | ?E?£?E??^ | 00111111010001010011111110100001111100100011111101000101001111110011111101011110 | 3f453fa1f23f453f3f5e |
UTF-8 | E£E^ | 110000101000110001000101110000101000110111000010101000111100001010001100010001011100001010001101110000101001010001011110 | c28c45c28dc2a3c28c45c28dc2945e |
UHC | ?E???E??^ | 001111110100010100111111001111110011111101000101001111110011111101011110 | 3f453f3f3f453f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)