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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蛟夜園 | 111001011000000010010110111010011000100110000000 | e58096e98980 |
EUC-JP | 蛟夜園 | 111010011110000011001100111010111011000111100000 | e9e0ccebb1e0 |
UTF-8 | 蛟夜園 | 111010001001101110011111111001011010010010011100111001011001110010010010 | e89b9fe5a49ce59c92 |
UHC | 蛟夜園 | 110011101111000111100101101010001110101010101110 | cef1e5a8eaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)