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 | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
SJIS-WIN | ??證?SB | 00111111001111111110011010011010001111110101001101000010 | 3f3fe69a3f5342 |
EUC-JP | ??證?SB | 00111111001111111110101111111010001111110101001101000010 | 3f3febfa3f5342 |
UTF-8 | 鱗렱證렖SB | 1110111110100111101100101110101110100000101100011110100010101101100010011110101110100000100101100101001101000010 | efa7b2eba0b1e8ad89eba0965342 |
UHC | 鱗렱證렖SB | 11101100111001111000111010111110111100011111101110001110101010110101001101000010 | ece78ebef1fb8eab5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)