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 | 「鯀肄眞ァ | 11110000101110001010001011101001101111111110001111100101111000011100000110100111 | f0b8a2e9bfe3e5e1c1a7 |
EUC-JP | ?「鯀肄眞ァ | 0011111110001110101000101111001011000001111001101110011111100010110000111000111010100111 | 3f8ea2f2c1e6e7e2c38ea7 |
UTF-8 | 「鯀肄眞ァ | 111011101000000110110111111011111011110110100010111010011010111110000000111010001000001010000100111001111001110010011110111011111011110110100111 | ee81b7efbda2e9af80e88284e79c9eefbda7 |
UHC | ???肄眞? | 0011111100111111001111111110110010111101111100101101100000111111 | 3f3f3fecbdf2d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)