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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 阮??梱 | 111010001001011000111111001111111000110110101011 | e8963f3f8dab |
EUC-JP | 阮??梱 | 111011111111011000111111001111111011101010101101 | eff63f3fbaad |
UTF-8 | 阮롛렽梱 | 111010011001100010101110111010111010000110011011111010111010000010111101111001101010001010110001 | e998aeeba19beba0bde6a2b1 |
UHC | 阮롛렽梱 | 1110100011010110100011101101111110001110110001011100110111100001 | e8d68edf8ec5cde1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)