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 | 筌??揖?^ | 1110001010100011001111110011111110010111010010110011111101011110 | e2a33f3f974b3f5e |
EUC-JP | 筌??揖?^ | 1110010010100101001111110011111111001101101011000011111101011110 | e4a53f3fcdac3f5e |
UTF-8 | 筌㏂끋揖퉏^ | 11100111101011011000110011100011100011111000001011101011100000011000101111100110100011111001011011101101100010011000111101011110 | e7ad8ce38f82eb818be68f96ed898f5e |
UHC | 筌㏂끋揖퉏^ | 1110111110100111101000101110001110000101101111011110101111100111101110010110001101011110 | efa7a2e385bdebe7b9635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)