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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 餓?餓?^ | 10001001111011000011111110001001111011000011111101011110 | 89ec3f89ec3f5e |
EUC-JP | 餓?餓?^ | 10110010111011100011111110110010111011100011111101011110 | b2ee3fb2ee3f5e |
UTF-8 | 餓섵餓섵^ | 11101001101001001001001111101100100001001011010111101001101001001001001111101100100001001011010101011110 | e9a493ec84b5e9a493ec84b55e |
UHC | 餓섵餓섵^ | 111001001011101110011001010001001110010010111011100110010100010001011110 | e4bb9944e4bb99445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)