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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?▼?矣?? | 0011111110000001101001010011111111100001111000010011111100111111 | 3f81a53fe1e13f3f |
EUC-JP | 焰▼?矣?? | 10001111110010011110111110100010101001110011111111100010111000110011111100111111 | 8fc9efa2a73fe2e33f3f |
UTF-8 | 焰▼늿矣묊씉 | 111001111000010010110000111000101001011010111100111010111000101010111111111001111001111110100011111010111010110010001010111011001001010010001001 | e784b0e296bceb8abfe79fa3ebac8aec9489 |
UHC | 焰▼늿矣묊씉 | 111001101111101110100001111001011000100010001000111010111111100010010001111001111001110110100001 | e6fba1e58888ebf891e79da1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)