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 | 蜃晤鴛奓 | 1110010110000111100111011110101110001001100101011111101010100000 | e5879deb8995faa0 |
EUC-JP | 蜃晤鴛奓 | 111010011110011111011010111011011011000111110101100011111011100011110101 | e9e7daedb1f58fb8f5 |
UTF-8 | 蜃晤鴛奓 | 111010001001110010000011111001101001100110100100111010011011010010011011111001011010010110010011 | e89c83e699a4e9b49be5a593 |
UHC | 蜃晤鴛? | 11100011111100011110011111111011111010101100010000111111 | e3f1e7fbeac43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)