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 | ?M?V}?M?V{^ | 0011111101001101001111110101011001111101001111110100110100111111010101100111101101011110 | 3f4d3f567d3f4d3f567b5e |
SJIS-WIN | ?M?V}?M?V{^ | 0011111101001101001111110101011001111101001111110100110100111111010101100111101101011110 | 3f4d3f567d3f4d3f567b5e |
EUC-JP | ?M?V}?M?V{^ | 0011111101001101001111110101011001111101001111110100110100111111010101100111101101011110 | 3f4d3f567d3f4d3f567b5e |
UTF-8 | 뭒M몼V}뭒M몼V{^ | 11101011101011011001001001001101111010111010101010111100010101100111110111101011101011011001001001001101111010111010101010111100010101100111101101011110 | ebad924debaabc567debad924debaabc567b5e |
UHC | 뭒M몼V}뭒M몼V{^ | 100100100101101001001101100100011010000101010110011111011001001001011010010011011001000110100001010101100111101101011110 | 925a4d91a1567d925a4d91a1567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)