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çÔèú | 100111000100110111100111110101001110100011111010 | 9c4de7d4e8fa |
SJIS-WIN | ?M???? | 001111110100110100111111001111110011111100111111 | 3f4d3f3f3f3f |
EUC-JP | ?MçÔèú | 0011111101001101100011111010101110101110100011111010101011010100100011111010101110110010100011111010101111100010 | 3f4d8fabae8faad48fabb28fabe2 |
UTF-8 | MçÔèú | 1100001010011100010011011100001110100111110000111001010011000011101010001100001110111010 | c29c4dc3a7c394c3a8c3ba |
UHC | ?M???? | 001111110100110100111111001111110011111100111111 | 3f4d3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)