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???F?T | 0011111101000101001111110011111100111111010001100011111101010100 | 3f453f3f3f463f54 |
SJIS-WIN | ?E???F?T | 0011111101000101001111110011111100111111010001100011111101010100 | 3f453f3f3f463f54 |
EUC-JP | ?E???F?T | 0011111101000101001111110011111100111111010001100011111101010100 | 3f453f3f3f463f54 |
UTF-8 | 챔E혨혢혖F챈T | 111011001011000110010100010001011110110110011000101010001110110110011000101000101110110110011000100101100100011011101100101100011000100001010100 | ecb19445ed98a8ed98a2ed989646ecb18854 |
UHC | 챔E혨혢혖F챈T | 11000011101010000100010111000010100100001100001010001011110000101000000101000110110000111010011001010100 | c3a845c290c28bc28146c3a654 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)