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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 偲而偲スニ^ | 100011101100001110001110101001111000111011000011101111011100011001011110 | 8ec38ea78ec3bdc65e |
EUC-JP | 偲而偲スニ^ | 1011110011000101101111001010100110111100110001011000111010111101100011101100011001011110 | bcc5bca9bcc58ebd8ec65e |
UTF-8 | 偲而偲スニ^ | 11100101100000011011001011101000100000001000110011100101100000011011001011101111101111011011110111101111101111101000011001011110 | e581b2e8808ce581b2efbdbdefbe865e |
UHC | ?而???^ | 00111111111011001011101100111111001111110011111101011110 | 3fecbb3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)