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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 影??絶? | 10001001011001010011111100111111100100001110001000111111 | 89653f3f90e23f |
EUC-JP | 影??絶? | 10110001110001100011111100111111110000001110010000111111 | b1c63f3fc0e43f |
UTF-8 | 影좑풓絶꼅 | 111001011011110110110001111011001010001010010001111011011001001010010011111001111011010110110110111010101011110010000101 | e5bdb1eca291ed9293e7b5b6eabc85 |
UHC | 影좑풓絶꼅 | 11100111101011111010000011101111101111101001011111101111101111101000010001011010 | e7afa0efbe97efbe845a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)