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}?k{^ | 00111111011010110111110100111111011010110111101101011110 | 3f6b7d3f6b7b5e |
SJIS-WIN | 紮k}紮k{^ | 111000110100011001101011011111011110001101000110011010110111101101011110 | e3466b7de3466b7b5e |
EUC-JP | 紮k}紮k{^ | 111001011010011101101011011111011110010110100111011010110111101101011110 | e5a76b7de5a76b7b5e |
UTF-8 | 紮k}紮k{^ | 1110011110110100101011100110101101111101111001111011010010101110011010110111101101011110 | e7b4ae6b7de7b4ae6b7b5e |
UHC | 紮k}紮k{^ | 111100111100111101101011011111011111001111001111011010110111101101011110 | f3cf6b7df3cf6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)