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 | ?氓ρ刷 | 00111111100111111000001010000011110011111000110111111100 | 3f9f8283cf8dfc |
EUC-JP | ?氓ρ刷 | 00111111110111011110001010100110110100011011101011111110 | 3fdde2a6d1bafe |
UTF-8 | 뤲氓ρ刷 | 1110101110100100101100101110011010110000100100111100111110000001111001011000100010110111 | eba4b2e6b093cf81e588b7 |
UHC | 뤲氓ρ刷 | 1000111111100000110110001110110010100101111100011110000111101100 | 8fe0d8eca5f1e1ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)