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????W | 0011111100111111010011010011111100111111001111110011111101010111 | 3f3f4d3f3f3f3f57 |
SJIS-WIN | テ、MテゥテョW | 1100001110100100010011011100001110101001110000111010111001010111 | c3a44dc3a9c3ae57 |
EUC-JP | テ、MテゥテョW | 1000111011000011100011101010010001001101100011101100001110001110101010011000111011000011100011101010111001010111 | 8ec38ea44d8ec38ea98ec38eae57 |
UTF-8 | テ、MテゥテョW | 1110111110111110100000111110111110111101101001000100110111101111101111101000001111101111101111011010100111101111101111101000001111101111101111011010111001010111 | efbe83efbda44defbe83efbda9efbe83efbdae57 |
UHC | ??M????W | 0011111100111111010011010011111100111111001111110011111101010111 | 3f3f4d3f3f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)