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 | ?曉?矩 | 001111111001110111111010001111111000101111101001 | 3f9dfa3f8be9 |
EUC-JP | ?曉?矩 | 001111111101101011111100001111111011011011101011 | 3fdafc3fb6eb |
UTF-8 | 뤜曉괆矩 | 111010111010010010011100111001101001101110001001111010101011010010000110111001111001111110101001 | eba49ce69b89eab486e79fa9 |
UHC | 뤜曉괆矩 | 1000111111001011111111001111101110110000111111101100111110111011 | 8fcbfcfbb0fecfbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)