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 | 巐南ア鰐 | 11111010101101101001001111101100101100011001100001101011 | fab693ecb1986b |
EUC-JP | 巐南ア鰐 | 100011111011101111111001110001101110111010001110101100011100111111001100 | 8fbbf9c6ee8eb1cfcc |
UTF-8 | 巐南ア鰐 | 111001011011011110010000111001011000110110010111111011111011110110110001111010011011000010010000 | e5b790e58d97efbdb1e9b090 |
UHC | ?南?鰐 | 001111111101000111110101001111111110010011001010 | 3fd1f53fe4ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)