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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 踟ャ譌区・碑 | 11100110111101111010110011100110100101111000101111100110101001011001010011101000 | e6f7ace6978be6a594e8 |
EUC-JP | 踟ャ譌区・碑 | 111011001111100110001110101011001110101111110111101101101110100010001110101001011100100011101010 | ecf98eacebf7b6e88ea5c8ea |
UTF-8 | 踟ャ譌区・碑 | 111010001011100010011111111011111011110110101100111010001010110110001100111001011000110010111010111011111011110110100101111001111010001010010001 | e8b89fefbdace8ad8ce58cbaefbda5e7a291 |
UHC | ?????碑 | 00111111001111110011111100111111001111111101110111111000 | 3f3f3f3f3fddf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)