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 | 荏??筌 | 100010010110000000111111001111111110001010100011 | 89603f3fe2a3 |
EUC-JP | 荏??筌 | 101100011100000100111111001111111110010010100101 | b1c13f3fe4a5 |
UTF-8 | 荏숈쎂筌 | 111010001000110110001111111011001000100010001000111011001000111010000010111001111010110110001100 | e88d8fec8888ec8e82e7ad8c |
UHC | 荏숈쎂筌 | 1110110011111011100110011110110010011011101011001110111110100111 | ecfb99ec9bacefa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)