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{^ | 100100001111110001101011011111011001000011111100011010110111101101011110 | 90fc6b7d90fc6b7b5e |
EUC-JP | 線k}線k{^ | 110000001111111001101011011111011100000011111110011010110111101101011110 | c0fe6b7dc0fe6b7b5e |
UTF-8 | 線k}線k{^ | 1110011110110111100110100110101101111101111001111011011110011010011010110111101101011110 | e7b79a6b7de7b79a6b7b5e |
UHC | 線k}線k{^ | 111000001100101001101011011111011110000011001010011010110111101101011110 | e0ca6b7de0ca6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)