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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 砥?蜘?楢 | 1001001101110101001111111001001001110111001111111001001111101000 | 93753f92773f93e8 |
EUC-JP | 砥?蜘?楢 | 1100010111010110001111111100001111011000001111111100011011101010 | c5d63fc3d83fc6ea |
UTF-8 | 砥렡蜘렲楢 | 111001111010000010100101111010111010000010100001111010001001110010011000111010111010000010110010111001101010010110100010 | e7a0a5eba0a1e89c98eba0b2e6a5a2 |
UHC | 砥렡蜘렲楢 | 11110010101100101000111010110010111100101011101110001110101111111110101011111001 | f2b28eb2f2bb8ebfeaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)