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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 﨤倩伏雉、 | 111110111011001110011000111010001001010110011010111010001011001110100100 | fbb398e8959ae8b3a4 |
EUC-JP | ?倩伏雉、 | 001111111101000011101010110010011111101011110000101101011000111010100100 | 3fd0eac9faf0b58ea4 |
UTF-8 | 﨤倩伏雉、 | 111011111010100010100100111001011000000010101001111001001011110010001111111010011001101110001001111011111011110110100100 | efa8a4e580a9e4bc8fe99b89efbda4 |
UHC | ??伏雉? | 00111111001111111101110011010001111101101100101100111111 | 3f3fdcd1f6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)