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 | ?k?? | 00111111011010110011111100111111 | 3f6b3f3f |
SJIS-WIN | 叩k叩樽 | 10010010010000000110101110010010010000001001001001001101 | 92406b9240924d |
EUC-JP | 叩k叩樽 | 11000011101000010110101111000011101000011100001110101110 | c3a16bc3a1c3ae |
UTF-8 | 叩k叩樽 | 11100101100011111010100101101011111001011000111110101001111001101010100010111101 | e58fa96be58fa9e6a8bd |
UHC | 叩k叩樽 | 11001101101100000110101111001101101100001111000111011100 | cdb06bcdb0f1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)