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 | 絏葛`蟒 | 1110001101010001100010101000101110000001010011011110010110111011 | e3518a8b814de5bb |
EUC-JP | 絏葛`蟒 | 1110010110110010101100111110101110100001101011101110101010111101 | e5b2b3eba1aeeabd |
UTF-8 | 絏葛`蟒 | 111001111011010110001111111010001001000110011011111011111011110110000000111010001001111110010010 | e7b58fe8919befbd80e89f92 |
UHC | ?葛`? | 001111111100101011100111101000111110000000111111 | 3fcae7a3e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)