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§\ | 1001001001001101100100011010011101011100 | 924d91a75c |
SJIS-WIN | ?M?§\ | 001111110100110100111111100000011001100001011100 | 3f4d3f81985c |
EUC-JP | ?M?§\ | 001111110100110100111111101000011111100001011100 | 3f4d3fa1f85c |
UTF-8 | M§\ | 1100001010010010010011011100001010010001110000101010011101011100 | c2924dc291c2a75c |
UHC | ?M?§\ | 001111110100110100111111101000011101011101011100 | 3f4d3fa1d75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)