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 | 狠炳狠羝 | 1110000011000001111000000111101011100000110000011110001110110110 | e0c1e07ae0c1e3b6 |
EUC-JP | 狠炳狠羝 | 1110000011000011110111111101101111100000110000111110011010111000 | e0c3dfdbe0c3e6b8 |
UTF-8 | 狠炳狠羝 | 111001111000101110100000111001111000001010110011111001111000101110100000111001111011111010011101 | e78ba0e782b3e78ba0e7be9d |
UHC | ?炳?? | 0011111111011100101110010011111100111111 | 3fdcb93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)