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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諷?毫 | 1110011010000101001111111001111101111100 | e6853f9f7c |
EUC-JP | 諷?毫 | 1110101111100101001111111101110111011101 | ebe53fdddd |
UTF-8 | 諷렱毫 | 111010001010101110110111111010111010000010110001111001101010111110101011 | e8abb7eba0b1e6afab |
UHC | 諷렱毫 | 111110011010010010001110101111101111101111000110 | f9a48ebefbc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)