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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 汝?┨??F | 1001001111110000001111111000010010110111001111110011111101000110 | 93f03f84b73f3f46 |
EUC-JP | 汝?┨??F | 1100011011110010001111111010100010111001001111110011111101000110 | c6f23fa8b93f3f46 |
UTF-8 | 汝낂┨料폥F | 11100110101100011001110111101011100000101000001011100010100101001010100011101111101001101011111011101101100011111010010101000110 | e6b19deb8282e294a8efa6beed8fa546 |
UHC | 汝낂┨料폥F | 1110011010100011100001011110100110100110101110011110100011110111101111010100110001000110 | e6a385e9a6b9e8f7bd4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)