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 | 吾а?? | 100011001110000110000100011100000011111100111111 | 8ce184703f3f |
EUC-JP | 吾а?? | 101110001110001110100111110100010011111100111111 | b8e3a7d13f3f |
UTF-8 | 吾а띺뀶 | 1110010110010000101111101101000010110000111010111001110110111010111010111000000010110110 | e590bed0b0eb9dbaeb80b6 |
UHC | 吾а띺뀶 | 1110011111101110101011001101000110001101111010011000010110101100 | e7eeacd18de985ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)