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 | 榮??受 | 100111101100010000111111001111111000111011110011 | 9ec43f3f8ef3 |
EUC-JP | 榮??受 | 110111001100011000111111001111111011110011110101 | dcc63f3fbcf5 |
UTF-8 | 榮쒐쥢受 | 111001101010011010101110111011001001001010010000111011001010010110100010111001011000111110010111 | e6a6aeec9290eca5a2e58f97 |
UHC | 榮쒐쥢受 | 1110011110110100100111001110011110100010100101011110000111110100 | e7b49ce7a295e1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)