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 | ??阮?? | 001111110011111111101000100101100011111100111111 | 3f3fe8963f3f |
EUC-JP | ??阮?? | 001111110011111111101111111101100011111100111111 | 3f3feff63f3f |
UTF-8 | 롐렶阮롔롙 | 111010111010000110010000111010111010000010110110111010011001100010101110111010111010000110010100111010111010000110011001 | eba190eba0b6e998aeeba194eba199 |
UHC | 롐렶阮롔롙 | 10001110110101101000111011000001111010001101011010001110110110001000111011011101 | 8ed68ec1e8d68ed88edd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)