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 | ¾³×äÑ | 10111110101100111000111011010111100011111110010011010001 | beb38ed78fe4d1 |
SJIS-WIN | ???×??? | 0011111100111111001111111000000101111110001111110011111100111111 | 3f3f3f817e3f3f3f |
EUC-JP | ???×?äÑ | 001111110011111100111111101000011101111100111111100011111010101110100011100011111010101011010000 | 3f3f3fa1df3f8faba38faad0 |
UTF-8 | ¾³×äÑ | 1100001010111110110000101011001111000010100011101100001110010111110000101000111111000011101001001100001110010001 | c2bec2b3c28ec397c28fc3a4c391 |
UHC | ¾³?×??? | 10101000111110101010100111111000001111111010000110111111001111110011111100111111 | a8faa9f83fa1bf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)