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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞦∫屐粡 | 1110100011100001100000011110011110011011100111111110001011100111 | e8e181e79b9fe2e7 |
EUC-JP | 鞦∫屐粡 | 1111000011100011101000101110100111010110101000011110010011101001 | f0e3a2e9d6a1e4e9 |
UTF-8 | 鞦∫屐粡 | 111010011001111010100110111000101000100010101011111001011011000110010000111001111011001010100001 | e99ea6e288abe5b190e7b2a1 |
UHC | ?∫?? | 0011111110100001111100100011111100111111 | 3fa1f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)