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 | 奣ァ閨殼 | 11111010101000111010011111101000100000011001111101110110 | faa3a7e8819f76 |
EUC-JP | 奣ァ閨殼 | 100011111011100011111100100011101010011111101111111000011101110111010111 | 8fb8fc8ea7efe1ddd7 |
UTF-8 | 奣ァ閨殼 | 111001011010010110100011111011111011110110100111111010011001011010101000111001101010111010111100 | e5a5a3efbda7e996a8e6aebc |
UHC | ??閨殼 | 001111110011111111010000101100011100101011000011 | 3f3fd0b1cac3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)