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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??枇?●^ | 0011111100111111100101001111100000111111100000011001110001011110 | 3f3f94f83f819c5e |
EUC-JP | ??枇?●^ | 0011111100111111110010001111101000111111101000011111110001011110 | 3f3fc8fa3fa1fc5e |
UTF-8 | 뤋끝枇뺙●^ | 11101011101001001000101111101011100000011001110111100110100111101000011111101011101110101001100111100010100101111000111101011110 | eba48beb819de69e87ebba99e2978f5e |
UHC | 뤋끝枇뺙●^ | 1000111110111011101100111010000111011101111011011011101110110011101000011101110001011110 | 8fbbb3a1ddedbbb3a1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)