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 | 績?蜘?績 | 1001000011010001001111111001001001110111001111111001000011010001 | 90d13f92773f90d1 |
EUC-JP | 績?蜘?績 | 1100000011010011001111111100001111011000001111111100000011010011 | c0d33fc3d83fc0d3 |
UTF-8 | 績렢蜘렲績 | 111001111011100010111110111010111010000010100010111010001001110010011000111010111010000010110010111001111011100010111110 | e7b8beeba0a2e89c98eba0b2e7b8be |
UHC | 績렢蜘렲績 | 11101110111000001000111010110011111100101011101110001110101111111110111011100000 | eee08eb3f2bb8ebfeee0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)