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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??ʼn?? | 00111111001111111000111110101001110010100011111100111111 | 3f3f8fa9ca3f3f |
UTF-8 | 咽뉖ʼn利츴 | 1110111110100110100111101110101110001001100101101100010110001001111011111010011110011101111011001011100010110100 | efa69eeb8996c589efa79decb8b4 |
UHC | 咽뉖ʼn利츴 | 11100110111011001000011111101011101010011011000011101100101001101010111101000110 | e6ec87eba9b0eca6af46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)