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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嵬??猥 | 100110111100101000111111001111111110000011001110 | 9bca3f3fe0ce |
EUC-JP | 嵬??猥 | 110101101100110000111111001111111110000011010000 | d6cc3f3fe0d0 |
UTF-8 | 嵬뚲뀳猥 | 111001011011010110101100111010111001101010110010111010111000000010110011111001111000110010100101 | e5b5aceb9ab2eb80b3e78ca5 |
UHC | 嵬뚲뀳猥 | 1110100011100011100011001110111010000101101010011110100011100101 | e8e38cee85a9e8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)