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???? | 00111111001111110100110100111111001111110011111100111111 | 3f3f4d3f3f3f3f |
SJIS-WIN | テ、Mテサテッ | 11000011101001000100110111000011101110111100001110101111 | c3a44dc3bbc3af |
EUC-JP | テ、Mテサテッ | 10001110110000111000111010100100010011011000111011000011100011101011101110001110110000111000111010101111 | 8ec38ea44d8ec38ebb8ec38eaf |
UTF-8 | テ、Mテサテッ | 11101111101111101000001111101111101111011010010001001101111011111011111010000011111011111011110110111011111011111011111010000011111011111011110110101111 | efbe83efbda44defbe83efbdbbefbe83efbdaf |
UHC | ??M???? | 00111111001111110100110100111111001111110011111100111111 | 3f3f4d3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)