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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 疾??疾??^ | 100011101011111000111111001111111000111010111110001111110011111101011110 | 8ebe3f3f8ebe3f3f5e |
EUC-JP | 疾??疾??^ | 101111001100000000111111001111111011110011000000001111110011111101011110 | bcc03f3fbcc03f3f5e |
UTF-8 | 疾렽롚疾렽롘^ | 11100111100101101011111011101011101000001011110111101011101000011001101011100111100101101011111011101011101000001011110111101011101000011001100001011110 | e796beeba0bdeba19ae796beeba0bdeba1985e |
UHC | 疾렽롚疾렽롘^ | 11110010111100001000111011000101100011101101111011110010111100001000111011000101100011101101110001011110 | f2f08ec58edef2f08ec58edc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)