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 | 阮???? | 111010001001011000111111001111110011111100111111 | e8963f3f3f3f |
EUC-JP | 阮脘??? | 1110111111110110100011111101011010101100001111110011111100111111 | eff68fd6ac3f3f3f |
UTF-8 | 阮脘렯롈륁 | 111010011001100010101110111010001000010010011000111010111010000010101111111010111010000110001000111010111010010110000001 | e998aee88498eba0afeba188eba581 |
UHC | 阮脘렯롈륁 | 11101000110101101110100011010010100011101011110010001110110011101000111111101100 | e8d6e8d28ebc8ece8fec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)