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 | 榮?/ | 1001111011000100001111111000000101011110 | 9ec43f815e |
EUC-JP | 榮?/ | 1101110011000110001111111010000110111111 | dcc63fa1bf |
UTF-8 | 榮녺/ | 111001101010011010101110111010111000010110111010111011111011110010001111 | e6a6aeeb85baefbc8f |
UHC | 榮녺/ | 111001111011010010000110111001111010001110101111 | e7b486e7a3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)