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 | 趺ã | 1110100010110110101110101110001110000000 | e8b6bae380 |
SJIS-WIN | ?¶??? | 001111111000000111110111001111110011111100111111 | 3f81f73f3f3f |
EUC-JP | 趺ã? | 100011111010101110110010101000101111100110001111101000101110101110001111101010111010101000111111 | 8fabb2a2f98fa2eb8fabaa3f |
UTF-8 | 趺ã | 11000011101010001100001010110110110000101011101011000011101000111100001010000000 | c3a8c2b6c2bac3a3c280 |
UHC | ?¶º?? | 00111111101000101101001010101000101011000011111100111111 | 3fa2d2a8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)