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 | ??????EF | 0011111100111111001111110011111100111111001111110100010101000110 | 3f3f3f3f3f3f4546 |
SJIS-WIN | ??????EF | 0011111100111111001111110011111100111111001111110100010101000110 | 3f3f3f3f3f3f4546 |
EUC-JP | ??????EF | 0011111100111111001111110011111100111111001111110100010101000110 | 3f3f3f3f3f3f4546 |
UTF-8 | 셔석셍렟렼샹EF | 1110110010000101100101001110110010000100100111011110110010000101100011011110101110100000100111111110101110100000101111001110110010000011101110010100010101000110 | ec8594ec849dec858deba09feba0bcec83b94546 |
UHC | 셔석셍렟렼샹EF | 1011110011000101101111001010111010111100110001001000111010110000100011101100010010111100101001110100010101000110 | bcc5bcaebcc48eb08ec4bca74546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)