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 | 榮??凹 | 100111101100010000111111001111111000100110011010 | 9ec43f3f899a |
EUC-JP | 榮??凹 | 110111001100011000111111001111111011000111111010 | dcc63f3fb1fa |
UTF-8 | 榮쀨덱凹 | 111001101010011010101110111011001000000010101000111010111000110110110001111001011000011110111001 | e6a6aeec80a8eb8db1e587b9 |
UHC | 榮쀨덱凹 | 1110011110110100100101111110100010110101101001101110100011101010 | e7b497e8b5a6e8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)