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?m[?m?m[^ | 0011111101101101001111110110110101011011001111110110110100111111011011010101101101011110 | 3f6d3f6d5b3f6d3f6d5b5e |
SJIS-WIN | ?m?m[?m?m[^ | 0011111101101101001111110110110101011011001111110110110100111111011011010101101101011110 | 3f6d3f6d5b3f6d3f6d5b5e |
EUC-JP | ?m?m[?m?m[^ | 0011111101101101001111110110110101011011001111110110110100111111011011010101101101011110 | 3f6d3f6d5b3f6d3f6d5b5e |
UTF-8 | 혱m혱m[혱m혱m[^ | 11101101100110001011000101101101111011011001100010110001011011010101101111101101100110001011000101101101111011011001100010110001011011010101101101011110 | ed98b16ded98b16d5bed98b16ded98b16d5b5e |
UHC | 혱m혱m[혱m혱m[^ | 110000101001100001101101110000101001100001101101010110111100001010011000011011011100001010011000011011010101101101011110 | c2986dc2986d5bc2986dc2986d5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)