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 | 惟?墨? | 100010001101001000111111100101100110111000111111 | 88d23f966e3f |
EUC-JP | 惟?墨? | 101100001101010000111111110010111100111100111111 | b0d43fcbcf3f |
UTF-8 | 惟몌墨뤋 | 111001101000001110011111111010111010101010001100111001011010001010101000111010111010010010001011 | e6839febaa8ce5a2a8eba48b |
UHC | 惟몌墨뤋 | 1110101011101110101110001110111111011001111110001000111110111011 | eaeeb8efd9f88fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)