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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 典??異?e^ | 100100110101010000111111001111111000100011011001001111110110010101011110 | 93543f3f88d93f655e |
EUC-JP | 典??異?e^ | 110001011011010100111111001111111011000011011011001111110110010101011110 | c5b53f3fb0db3f655e |
UTF-8 | 典페갖異렢e^ | 1110010110000101101110001110110110001110100110001110101010110000100101101110011110010101101100001110101110100000101000100110010101011110 | e585b8ed8e98eab096e795b0eba0a2655e |
UHC | 典페갖異렢e^ | 111011101111000011000110111001001011000010101110111011001011011010001110101100110110010101011110 | eef0c6e4b0aeecb68eb3655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)