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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 橈???? | 100111101111010000111111001111110011111100111111 | 9ef43f3f3f3f |
EUC-JP | 橈??絪? | 1101110011110110001111110011111110001111110100111110110000111111 | dcf63f3f8fd3ec3f |
UTF-8 | 橈볥돂絪퓀 | 111001101010100110001000111010111011001110100101111010111000111110000010111001111011010110101010111011011001001110000000 | e6a988ebb3a5eb8f82e7b5aaed9380 |
UHC | 橈볥돂絪퓀 | 11101000111110101001001111101011100010011001010111101100110111111011111101101000 | e8fa93eb8995ecdfbf68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)