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 | シ瑩箴ルシ眈 | 101111001110000011110000111000101011110011011001101111001110000110111100 | bce0f0e2bcd9bce1bc |
EUC-JP | シ瑩箴ルシ眈 | 100011101011110011100000111100101110010010111110100011101101100110001110101111001110001010111110 | 8ebce0f2e4be8ed98ebce2be |
UTF-8 | シ瑩箴ルシ眈 | 111011111011110110111100111001111001000110101001111001111010111010110100111011111011111010011001111011111011110110111100111001111001110010001000 | efbdbce791a9e7aeb4efbe99efbdbce79c88 |
UHC | ?瑩箴??眈 | 001111111111101110101001111011011101011100111111001111111111011110101111 | 3ffba9edd73f3ff7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)