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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 搖??媛?? | 1001110110001010001111110011111110010101010100010011111100111111 | 9d8a3f3f95513f3f |
EUC-JP | 搖??媛?? | 1101100111101010001111110011111111001001101100100011111100111111 | d9ea3f3fc9b23f3f |
UTF-8 | 搖깅ㅏ媛숋쭛 | 111001101001000010010110111010101011100110000101111000111000010110001111111001011010101010011011111011001000100010001011111011001010110110011011 | e69096eab985e3858fe5aa9bec888becad9b |
UHC | 搖깅ㅏ媛숋쭛 | 111010001111010010110001111010111010010010111111111010101011000010011001111011111010011110010001 | e8f4b1eba4bfeab099efa791 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)