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 | ツ淌凡ツ淌本^ | 1100001010011111110000111001011001111101110000101001111111000011100101100111101101011110 | c29fc3967dc29fc3967b5e |
EUC-JP | ツ淌凡ツ淌本^ | 10001110110000101101111011000101110010111101111010001110110000101101111011000101110010111101110001011110 | 8ec2dec5cbde8ec2dec5cbdc5e |
UTF-8 | ツ淌凡ツ淌本^ | 11101111101111101000001011100110101101111000110011100101100001111010000111101111101111101000001011100110101101111000110011100110100111001010110001011110 | efbe82e6b78ce587a1efbe82e6b78ce69cac5e |
UHC | ??凡??本^ | 001111110011111111011011111011010011111100111111110111001110001001011110 | 3f3fdbed3f3fdce25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)