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? | 00111111001111110011111100111111001111110100010100111111 | 3f3f3f3f3f453f |
SJIS-WIN | ?????E? | 00111111001111110011111100111111001111110100010100111111 | 3f3f3f3f3f453f |
EUC-JP | ?????E? | 00111111001111110011111100111111001111110100010100111111 | 3f3f3f3f3f453f |
UTF-8 | 창쨋혧혢혧E책 | 11101100101100001011110111101100101010001000101111101101100110001010011111101101100110001010001011101101100110001010011101000101111011001011000110000101 | ecb0bdeca88bed98a7ed98a2ed98a745ecb185 |
UHC | 창쨋혧혢혧E책 | 11000011101000101100001010110110110000101000111111000010100010111100001010001111010001011100001110100101 | c3a2c2b6c28fc28bc28f45c3a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)