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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 跪餓浮 | 111001101110110010001001111011001001010110000010 | e6ec89ec9582 |
EUC-JP | 跪餓浮 | 111011001110111010110010111011101100100111100010 | eceeb2eec9e2 |
UTF-8 | 跪餓浮 | 111010001011011110101010111010011010010010010011111001101011010110101110 | e8b7aae9a493e6b5ae |
UHC | ?餓浮 | 0011111111100100101110111101110110101001 | 3fe4bbdda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)