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 | 妊???馴 | 10010100010001000011111100111111001111111001001111101001 | 94443f3f3f93e9 |
EUC-JP | 妊???馴 | 11000111101001010011111100111111001111111100011011101011 | c7a53f3f3fc6eb |
UTF-8 | 妊렟諪렍馴 | 111001011010011010001010111010111010000010011111111010001010101110101010111010111010000010001101111010011010011010110100 | e5a68aeba09fe8abaaeba08de9a6b4 |
UHC | 妊렟諪렍馴 | 11101100111101001000111010110000111011111111010110001110101000111110001011111000 | ecf48eb0eff58ea3e2f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)