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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 縞咐け | 100011101100100010011001111100111000001010101111 | 8ec899f382af |
EUC-JP | 縞咐け | 101111001100101011010010111101011010010010110001 | bccad2f5a4b1 |
UTF-8 | 縞咐け | 111001111011100010011110111001011001001010010000111000111000000110010001 | e7b89ee59290e38191 |
UHC | 縞咐け | 111110111101011011011100111110111010101010110001 | fbd6dcfbaab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)