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 | ???渫? | 001111110011111100111111100111111101011000111111 | 3f3f3f9fd63f |
EUC-JP | ???渫? | 001111110011111100111111110111101101100000111111 | 3f3f3fded83f |
UTF-8 | 솩서셉渫셉 | 111011001000011010101001111011001000010010011100111011001000010110001001111001101011100010101011111011001000010110001001 | ec86a9ec849cec8589e6b8abec8589 |
UHC | 솩서셉渫셉 | 10111100110111101011110010101101101111001100000111100000110111101011110011000001 | bcdebcadbcc1e0debcc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)