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 | ?粟?賞 | 001111111000100010111110001111111000111111011100 | 3f88be3f8fdc |
EUC-JP | ?粟?賞 | 001111111011000011000000001111111011111011011110 | 3fb0c03fbede |
UTF-8 | 黎粟歷賞 | 111011111010011010001001111001111011001010011111111011111010011010001100111010001011001110011110 | efa689e7b29fefa68ce8b39e |
UHC | 黎粟歷賞 | 1110011010110001111000011101100011100110101110001101111111011011 | e6b1e1d8e6b8dfdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)