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 | 蝙句ウー闍嫂 | 11100101100111101000101111100101101100111011000011101000100010111001101101011110 | e59e8be5b3b0e88b9b5e |
EUC-JP | 蝙句ウー闍嫂 | 111010011111111010110110111001111000111010110011100011101011000011101111111010111101010110111111 | e9feb6e78eb38eb0efebd5bf |
UTF-8 | 蝙句ウー闍嫂 | 111010001001110110011001111001011000111110100101111011111011110110110011111011111011110110110000111010011001011110001101111001011010101110000010 | e89d99e58fa5efbdb3efbdb0e9978de5ab82 |
UHC | ?句???嫂 | 0011111111001111101000110011111100111111001111111110000111111001 | 3fcfa33f3f3fe1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)