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 | ??VE??VEB | 001111110011111101010110010001010011111100111111010101100100010101000010 | 3f3f56453f3f564542 |
SJIS-WIN | 将ェVE将ェVEB | 1000111110101011101010100101011001000101100011111010101110101010010101100100010101000010 | 8fabaa56458fabaa564542 |
EUC-JP | 将ェVE将ェVEB | 10111110101011011000111010101010010101100100010110111110101011011000111010101010010101100100010101000010 | bead8eaa5645bead8eaa564542 |
UTF-8 | 将ェVE将ェVEB | 1110010110110000100001101110111110111101101010100101011001000101111001011011000010000110111011111011110110101010010101100100010101000010 | e5b086efbdaa5645e5b086efbdaa564542 |
UHC | ??VE??VEB | 001111110011111101010110010001010011111100111111010101100100010101000010 | 3f3f56453f3f564542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)