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 | テ崚榲鳴コ | 1100001110011011110000111001111011000011100101101100001010111010 | c39bc39ec396c2ba |
EUC-JP | テ崚榲鳴コ | 10001110110000111101011011000101110111001100010111001100110001001000111010111010 | 8ec3d6c5dcc5ccc48eba |
UTF-8 | テ崚榲鳴コ | 111011111011111010000011111001011011010010011010111001101010011010110010111010011011001110110100111011111011110110111010 | efbe83e5b49ae6a6b2e9b3b4efbdba |
UHC | ???鳴? | 001111110011111100111111110110011011000000111111 | 3f3f3fd9b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)