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 | 揖轗拈兮 | 1001011101001011111001110111110110011101010111111001100101100001 | 974be77d9d5f9961 |
EUC-JP | 揖轗拈兮 | 1100110110101100111011011101111011011001110000001101000111000010 | cdacedded9c0d1c2 |
UTF-8 | 揖轗拈兮 | 111001101000111110010110111010001011110110010111111001101000101110001000111001011000010110101110 | e68f96e8bd97e68b88e585ae |
UHC | 揖?拈兮 | 11101011111001110011111111010010101110011111101110110001 | ebe73fd2b9fbb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)