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 | ?M?? | 00111111010011010011111100111111 | 3f4d3f3f |
SJIS-WIN | 辰M短誰 | 10010010010000110100110110010010010110101001001001001110 | 92434d925a924e |
EUC-JP | 辰M短誰 | 11000011101001000100110111000011101110111100001110101111 | c3a44dc3bbc3af |
UTF-8 | 辰M短誰 | 11101000101111101011000001001101111001111001111110101101111010001010101010110000 | e8beb04de79fade8aab0 |
UHC | 辰M短誰 | 11110010111000110100110111010011101011011110001011000001 | f2e34dd3ade2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)