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 | 韆募沺蟆 | 1110100011100110100101011110010110011111100111111110010110110000 | e8e695e59f9fe5b0 |
EUC-JP | 韆募沺蟆 | 1111000011101000110010101110011111011110101000011110101010110010 | f0e8cae7dea1eab2 |
UTF-8 | 韆募沺蟆 | 111010011001111110000110111001011000101110011111111001101011001010111010111010001001111110000110 | e99f86e58b9fe6b2bae89f86 |
UHC | 韆募?? | 111101001100011111011001101101000011111100111111 | f4c7d9b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)