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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 揖轗拈 | 100101110100101111100111011111011001110101011111 | 974be77d9d5f |
EUC-JP | 揖轗拈 | 110011011010110011101101110111101101100111000000 | cdacedded9c0 |
UTF-8 | 揖轗拈 | 111001101000111110010110111010001011110110010111111001101000101110001000 | e68f96e8bd97e68b88 |
UHC | 揖?拈 | 1110101111100111001111111101001010111001 | ebe73fd2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)