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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 烝?v烝?vB | 111000000111111000111111011101101110000001111110001111110111011001000010 | e07e3f76e07e3f7642 |
EUC-JP | 烝?v烝?vB | 110111111101111100111111011101101101111111011111001111110111011001000010 | dfdf3f76dfdf3f7642 |
UTF-8 | 烝넸v烝넸vB | 111001111000001110011101111010111000010010111000011101101110011110000011100111011110101110000100101110000111011001000010 | e7839deb84b876e7839deb84b87642 |
UHC | 烝넸v烝넸vB | 1111000111110110101100111101111001110110111100011111011010110011110111100111011001000010 | f1f6b3de76f1f6b3de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)