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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 将ミ繒ゥャ | 10001111101010111101000011111011100011111010100110101100 | 8fabd0fb8fa9ac |
EUC-JP | 将ミ繒ゥャ | 1011111010101101100011101101000010001111110101001101010010001110101010011000111010101100 | bead8ed08fd4d48ea98eac |
UTF-8 | 将ミ繒ゥャ | 111001011011000010000110111011111011111010010000111001111011100110010010111011111011110110101001111011111011110110101100 | e5b086efbe90e7b992efbda9efbdac |
UHC | ??繒?? | 001111110011111111110001111110010011111100111111 | 3f3ff1f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)