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 | 楓兢? | 1001010110010110100110010101110100111111 | 9596995d3f |
EUC-JP | 楓兢? | 1100100111110110110100011011111000111111 | c9f6d1be3f |
UTF-8 | 楓兢렟 | 111001101010010110010011111001011000010110100010111010111010000010011111 | e6a593e585a2eba09f |
UHC | 楓兢렟 | 111110011010001111010000111001111000111010110000 | f9a3d0e78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)