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 | 遇??乙 | 100010111111011000111111001111111000100110110011 | 8bf63f3f89b3 |
EUC-JP | 遇??乙 | 101101101111100000111111001111111011001010110101 | b6f83f3fb2b5 |
UTF-8 | 遇띄깃乙 | 111010011000000110000111111010111001110110000100111010101011100110000011111001001011100110011001 | e98187eb9d84eab983e4b999 |
UHC | 遇띄깃乙 | 1110100111100111101101101110011110110001111010101110101111100000 | e9e7b6e7b1eaebe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)