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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 績?蜘?績? | 100100001101000100111111100100100111011100111111100100001101000100111111 | 90d13f92773f90d13f |
EUC-JP | 績?蜘?績? | 110000001101001100111111110000111101100000111111110000001101001100111111 | c0d33fc3d83fc0d33f |
UTF-8 | 績렢蜘렲績렢 | 111001111011100010111110111010111010000010100010111010001001110010011000111010111010000010110010111001111011100010111110111010111010000010100010 | e7b8beeba0a2e89c98eba0b2e7b8beeba0a2 |
UHC | 績렢蜘렲績렢 | 111011101110000010001110101100111111001010111011100011101011111111101110111000001000111010110011 | eee08eb3f2bb8ebfeee08eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)