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 | 智?乙冪?? | 100100100111000100111111100010011011001110011001011100000011111100111111 | 92713f89b399703f3f |
EUC-JP | 智?乙冪?? | 110000111101001000111111101100101011010111010001110100010011111100111111 | c3d23fb2b5d1d13f3f |
UTF-8 | 智렱乙冪렰렣 | 111001101001100110111010111010111010000010110001111001001011100110011001111001011000011010101010111010111010000010110000111010111010000010100011 | e699baeba0b1e4b999e586aaeba0b0eba0a3 |
UHC | 智렱乙冪렰렣 | 111100101010101010001110101111101110101111100000110110001111000110001110101111011000111010110100 | f2aa8ebeebe0d8f18ebd8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)