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·B | 11101000010001011000001110001011100011011011011101000010 | e845838b8db742 |
SJIS-WIN | ?E????B | 00111111010001010011111100111111001111110011111101000010 | 3f453f3f3f3f42 |
EUC-JP | èE????B | 100011111010101110110010010001010011111100111111001111110011111101000010 | 8fabb2453f3f3f3f42 |
UTF-8 | èE·B | 110000111010100001000101110000101000001111000010100010111100001010001101110000101011011101000010 | c3a845c283c28bc28dc2b742 |
UHC | ?E???·B | 0011111101000101001111110011111100111111101000011010010001000010 | 3f453f3f3fa1a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)