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 | ??援?? | 001111110011111110001001100001110011111100111111 | 3f3f89873f3f |
EUC-JP | ??援?? | 001111110011111110110001111001110011111100111111 | 3f3fb1e73f3f |
UTF-8 | 룵에援룵에 | 111010111010001110110101111011001001011110010000111001101000111110110100111010111010001110110101111011001001011110010000 | eba3b5ec9790e68fb4eba3b5ec9790 |
UHC | 룵에援룵에 | 10001111101010101011111110100001111010101011010110001111101010101011111110100001 | 8faabfa1eab58faabfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)