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 | ゚ク拒゚ク居^ | 110111111011100010001011100100011101111110111000100010111000111101011110 | dfb88b91dfb88b8f5e |
EUC-JP | ゚ク拒゚ク居^ | 10001110110111111000111010111000101101011111000110001110110111111000111010111000101101011110111101011110 | 8edf8eb8b5f18edf8eb8b5ef5e |
UTF-8 | ゚ク拒゚ク居^ | 11101111101111101001111111101111101111011011100011100110100010111001001011101111101111101001111111101111101111011011100011100101101100011000010101011110 | efbe9fefbdb8e68b92efbe9fefbdb8e5b1855e |
UHC | ??拒??居^ | 001111110011111111001011110111100011111100111111110010111101110001011110 | 3f3fcbde3f3fcbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)