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 | 砥?蜘?刑 | 1001001101110101001111111001001001110111001111111000110001011001 | 93753f92773f8c59 |
EUC-JP | 砥?蜘?刑 | 1100010111010110001111111100001111011000001111111011011110111010 | c5d63fc3d83fb7ba |
UTF-8 | 砥렡蜘렲刑 | 111001111010000010100101111010111010000010100001111010001001110010011000111010111010000010110010111001011000100010010001 | e7a0a5eba0a1e89c98eba0b2e58891 |
UHC | 砥렡蜘렲刑 | 11110010101100101000111010110010111100101011101110001110101111111111101011111101 | f2b28eb2f2bb8ebffafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)