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 | ロソ蟇ャ | 1101101110111111111001011010111110101100 | dbbfe5afac |
EUC-JP | ロソ蟇ャ | 1000111011011011100011101011111111101010101100011000111010101100 | 8edb8ebfeab18eac |
UTF-8 | ロソ蟇ャ | 111011111011111010011011111011111011110110111111111010001001111110000111111011111011110110101100 | efbe9befbdbfe89f87efbdac |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)