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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蝟м蝟к^ | 111001011001011010000100011111011110010110010110100001000111101101011110 | e596847de596847b5e |
EUC-JP | 蝟м蝟к^ | 111010011111011010100111110111101110100111110110101001111101110001011110 | e9f6a7dee9f6a7dc5e |
UTF-8 | 蝟м蝟к^ | 1110100010011101100111111101000010111100111010001001110110011111110100001011101001011110 | e89d9fd0bce89d9fd0ba5e |
UHC | 蝟м蝟к^ | 111010101101101010101100110111101110101011011010101011001101110001011110 | eadaacdeeadaacdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)