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 | 砥?蜘?型 | 1001001101110101001111111001001001110111001111111000110001011110 | 93753f92773f8c5e |
EUC-JP | 砥?蜘?型 | 1100010111010110001111111100001111011000001111111011011110111111 | c5d63fc3d83fb7bf |
UTF-8 | 砥렱蜘렲型 | 111001111010000010100101111010111010000010110001111010001001110010011000111010111010000010110010111001011001111010001011 | e7a0a5eba0b1e89c98eba0b2e59e8b |
UHC | 砥렱蜘렲型 | 11110010101100101000111010111110111100101011101110001110101111111111101011111110 | f2b28ebef2bb8ebffafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)