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 | ?D?D}?D?D{^ | 0011111101000100001111110100010001111101001111110100010000111111010001000111101101011110 | 3f443f447d3f443f447b5e |
SJIS-WIN | ?D?D}?D?D{^ | 0011111101000100001111110100010001111101001111110100010000111111010001000111101101011110 | 3f443f447d3f443f447b5e |
EUC-JP | ?D?D}?D?D{^ | 0011111101000100001111110100010001111101001111110100010000111111010001000111101101011110 | 3f443f447d3f443f447b5e |
UTF-8 | 뭒D뫔D}뭒D뫔D{^ | 11101011101011011001001001000100111010111010101110010100010001000111110111101011101011011001001001000100111010111010101110010100010001000111101101011110 | ebad9244ebab94447debad9244ebab94447b5e |
UHC | 뭒D뫔D}뭒D뫔D{^ | 100100100101101001000100100100011011011001000100011111011001001001011010010001001001000110110110010001000111101101011110 | 925a4491b6447d925a4491b6447b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)