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?P??E | 00111111010001010011111101010000001111110011111101000101 | 3f453f503f3f45 |
SJIS-WIN | ?E?P??E | 00111111010001010011111101010000001111110011111101000101 | 3f453f503f3f45 |
EUC-JP | ?E?P??E | 00111111010001010011111101010000001111110011111101000101 | 3f453f503f3f45 |
UTF-8 | 혪E혪P혩쨋E | 111011011001100010101010010001011110110110011000101010100101000011101101100110001010100111101100101010001000101101000101 | ed98aa45ed98aa50ed98a9eca88b45 |
UHC | 혪E혪P혩쨋E | 1100001010010010010001011100001010010010010100001100001010010001110000101011011001000101 | c29245c29250c291c2b645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)