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 | 「骼、湿 | 11110001111000101010001011101001100011101010010010001110101111001111000010101000 | f1e2a2e98ea48ebcf0a8 |
EUC-JP | ?「骼、湿? | 00111111100011101010001011110001111011101000111010100100101111001011111000111111 | 3f8ea2f1ee8ea4bcbe3f |
UTF-8 | 「骼、湿 | 111011101000010110011101111011111011110110100010111010011010101010111100111011111011110110100100111001101011100110111111111011101000000110100111 | ee859defbda2e9aabcefbda4e6b9bfee81a7 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)