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 | 陷壱垉峵夂掩 | 111010001001110010001000111010111001101010110011111110101010111010011010111001111000100110000110 | e89c88eb9ab3faae9ae78986 |
EUC-JP | 陷壱垉?夂掩 | 1110111111111100101100001110110111010100101101010011111111010100111010011011000111100110 | effcb0edd4b53fd4e9b1e6 |
UTF-8 | 陷壱垉峵夂掩 | 111010011001100110110111111001011010001110110001111001011001111010001001111001011011001110110101111001011010010010000010111001101000111010101001 | e999b7e5a3b1e59e89e5b3b5e5a482e68ea9 |
UHC | 陷????掩 | 1111100111101000001111110011111100111111001111111110010111110011 | f9e83f3f3f3fe5f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)