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 | ¾É×ÇÙ | 10111110110010011000111011010111100011111100011111011001 | bec98ed78fc7d9 |
SJIS-WIN | ???×??? | 0011111100111111001111111000000101111110001111110011111100111111 | 3f3f3f817e3f3f3f |
EUC-JP | ?É?×?ÇÙ | 0011111110001111101010101011000100111111101000011101111100111111100011111010101010101110100011111010101011100011 | 3f8faab13fa1df3f8faaae8faae3 |
UTF-8 | ¾É×ÇÙ | 1100001010111110110000111000100111000010100011101100001110010111110000101000111111000011100001111100001110011001 | c2bec389c28ec397c28fc387c399 |
UHC | ¾??×??? | 101010001111101000111111001111111010000110111111001111110011111100111111 | a8fa3f3fa1bf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)