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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?氓?傲? | 00111111100111111000001000111111100110001111110000111111 | 3f9f823f98fc3f |
EUC-JP | ?氓?傲? | 00111111110111011110001000111111110100001111111000111111 | 3fdde23fd0fe3f |
UTF-8 | 뤗氓댄傲퐹 | 111010111010010010010111111001101011000010010011111010111000110010000100111001011000001010110010111011011001000010111001 | eba497e6b093eb8c84e582b2ed90b9 |
UHC | 뤗氓댄傲퐹 | 10001111110001111101100011101100101101001110110111100111111011001011111001000010 | 8fc7d8ecb4ede7ecbe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)