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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒟斟サ岦 | 11100100111001011001110111001110101110111111101010101100 | e4e59dcebbfaac |
EUC-JP | 蒟斟サ岦 | 111010001110011111011010110100001000111010111011100011111011101110110011 | e8e7dad08ebb8fbbb3 |
UTF-8 | 蒟斟サ岦 | 111010001001001010011111111001101001011010011111111011111011110110111011111001011011001010100110 | e8929fe6969fefbdbbe5b2a6 |
UHC | ?斟?? | 0011111111110010111110000011111100111111 | 3ff2f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)