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 | 琮搬??? | 11111011011010101001010011000000001111110011111100111111 | fb6a94c03f3f3f |
EUC-JP | 琮搬??? | 1000111111001100101100101100100011000010001111110011111100111111 | 8fccb2c8c23f3f3f |
UTF-8 | 琮搬렮肋렰 | 111001111001000010101110111001101001000010101100111010111010000010101110111011111010010110010011111010111010000010110000 | e790aee690aceba0aeefa593eba0b0 |
UHC | 琮搬렮肋렰 | 11110000111110011101101011100110100011101011101111010010111100011000111010111101 | f0f9dae68ebbd2f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)