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 | ??^?? | 0011111100111111010111100011111100111111 | 3f3f5e3f3f |
SJIS-WIN | テ「^ツ① | 110000111010001001011110110000101000011101000000 | c3a25ec28740 |
EUC-JP | テ「^ツ? | 1000111011000011100011101010001001011110100011101100001000111111 | 8ec38ea25e8ec23f |
UTF-8 | テ「^ツ① | 11101111101111101000001111101111101111011010001001011110111011111011111010000010111000101001000110100000 | efbe83efbda25eefbe82e291a0 |
UHC | ??^?① | 001111110011111101011110001111111010100011100111 | 3f3f5e3fa8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)