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}?M{^ | 00111111010011010111110100111111010011010111101101011110 | 3f4d7d3f4d7b5e |
SJIS-WIN | 辿M}辿M{^ | 100100100100100001001101011111011001001001001000010011010111101101011110 | 92484d7d92484d7b5e |
EUC-JP | 辿M}辿M{^ | 110000111010100101001101011111011100001110101001010011010111101101011110 | c3a94d7dc3a94d7b5e |
UTF-8 | 辿M}辿M{^ | 1110100010111110101111110100110101111101111010001011111010111111010011010111101101011110 | e8bebf4d7de8bebf4d7b5e |
UHC | ?M}?M{^ | 00111111010011010111110100111111010011010111101101011110 | 3f4d7d3f4d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)