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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 狒烱 | 11100000101111111110000001110111 | e0bfe077 |
EUC-JP | 狒烱 | 11100000110000011101111111011000 | e0c1dfd8 |
UTF-8 | 狒烱 | 111001111000101110010010111001111000001110110001 | e78b92e783b1 |
UHC | ?烱 | 001111111100110011011110 | 3fccde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)