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^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | ?????Łe^ | 00111111001111110011111100111111001111111000111110101001101010000110010101011110 | 3f3f3f3f3f8fa9a8655e |
UTF-8 | 淋싳쭬梨숈Łe^ | 11101111101001111011010111101100100010111011001111101100101011011010110011101111101001111010001011101100100010001000100011000101100000010110010101011110 | efa7b5ec8bb3ecadacefa7a2ec8888c581655e |
UHC | 淋싳쭬梨숈Łe^ | 1110110011111000100110101110110010100111101000001110110010110001100110011110110010101000101010010110010101011110 | ecf89aeca7a0ecb199eca8a9655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)