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 | 萬句軒 | 111001001101110110001011111001011000110010101100 | e4dd8be58cac |
EUC-JP | 萬句軒 | 111010001101111110110110111001111011100010101110 | e8dfb6e7b8ae |
UTF-8 | 萬句軒 | 111010001001000010101100111001011000111110100101111010001011101110010010 | e890ace58fa5e8bb92 |
UHC | 萬句軒 | 110110001011111111001111101000111111101011001101 | d8bfcfa3facd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)