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 | 燵絣矮燵 | 1110000010011101111000110101001011100001111000101110000010011101 | e09de352e1e2e09d |
EUC-JP | 燵絣矮燵 | 1101111111111101111001011011001111100010111001001101111111111101 | dffde5b3e2e4dffd |
UTF-8 | 燵絣矮燵 | 111001111000011110110101111001111011010110100011111001111001111110101110111001111000011110110101 | e787b5e7b5a3e79faee787b5 |
UHC | ??矮? | 0011111100111111111010001110000100111111 | 3f3fe8e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)