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 | 易??兀 | 100010001101010100111111001111111001100101011001 | 88d53f3f9959 |
EUC-JP | 易??兀 | 101100001101011100111111001111111101000110111010 | b0d73f3fd1ba |
UTF-8 | 易덆슢兀 | 111001101001100010010011111010111000110110000110111011001000101010100010111001011000010110000000 | e69893eb8d86ec8aa2e58580 |
UHC | 易덆슢兀 | 1110011010110110100010001110100110011010101011101110100010110100 | e6b688e99aaee8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)