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 | CM[ä· | 10010010010000110100110110010010010110111110010010110111 | 92434d925be4b7 |
SJIS-WIN | ?CM?[?? | 00111111010000110100110100111111010110110011111100111111 | 3f434d3f5b3f3f |
EUC-JP | ?CM?[ä? | 001111110100001101001101001111110101101110001111101010111010001100111111 | 3f434d3f5b8faba33f |
UTF-8 | CM[ä· | 1100001010010010010000110100110111000010100100100101101111000011101001001100001010110111 | c292434dc2925bc3a4c2b7 |
UHC | ?CM?[?· | 0011111101000011010011010011111101011011001111111010000110100100 | 3f434d3f5b3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)